Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fdce2be5 authored by Vicente Mataix Ferrándiz's avatar Vicente Mataix Ferrándiz :snake:
Browse files

[DOC] Replace notebook with lab

parent 46401ffc
No related branches found
No related tags found
1 merge request!8[DOC] Replace notebook with lab
......@@ -41,7 +41,7 @@ conda activate formation_cpp_2020
* Then you can run the notebook by going **into its root directory** (or internal links won't work...) in a terminal and typing:
```
jupyter notebook
jupyter lab
```
__BEWARE__: I **strongly advise** to use a dedicated environment for the notebook: the ultimate goal is to use a real C++ environment for your project, and the anaconda environment hides the native C++ compiler on your machine.
......
......@@ -4,6 +4,7 @@ channels:
dependencies:
- python>=3.7
- jupyter
- jupyterlab
- xeus-cling
- notebook
- jupyter_contrib_nbextensions
\ No newline at end of file
- jupyter_contrib_nbextensions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment