Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6f7c40ed authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

README: remove JupyterLab mention, and add optional activation of extensions.

parent a44551ad
No related branches found
No related tags found
1 merge request!45Jupyter: activate jupyter_contrib_nbextensions
......@@ -60,11 +60,16 @@ Don't forget to activate it each time you intend to run the lecture!
* Then you can run the notebook by going **into its root directory** (or internal links won't work...) in a terminal and typing:
```
jupyter lab
jupyter notebook
```
__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.
* Optionally, in your notebook go to Edit > nbextensionsconfig and:
- Untick _Disable configuration for nbextensions without explicit compatibility_.
- Tick _(some) LaTeX environments for Jupyter_
- Tick _Table of Contents(2)_.
These options will enable minor improvements (update of table of contents and proper rendering of Bibtex entries).
__NOTE__: It is possible to use the notebooks directly from some IDEs like [VSCode](https://gitlab.inria.fr/formations/cpp/gettingstartedwithmoderncpp/-/wikis/home#using-notebooks-with-vscode).
......@@ -114,4 +119,4 @@ A link to a BinderHub instance is given at the top of the project page; foresee
## For maintainers
Informations related to CI are [here](CI.md).
\ No newline at end of file
Informations related to CI are [here](CI.md).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment