From 6f7c40edc02d45924b2c54e91a1c5f8127257127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr> Date: Mon, 3 Oct 2022 15:46:41 +0200 Subject: [PATCH] README: remove JupyterLab mention, and add optional activation of extensions. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 566f987..2ec4b55 100644 --- a/README.md +++ b/README.md @@ -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). -- GitLab