Mentions légales du service

Skip to content
Snippets Groups Projects

[DOC] Replace notebook with lab

Closed Vicente Mataix Ferrándiz requested to merge doc/jupyterlab-notebook-replace into master
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -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.
Loading