From fdce2be5af3e6a0af53605849940c26230edfe8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicente=20Mataix=20Ferr=C3=A1ndiz?= <vicente.mataix-ferrandiz@inria.fr> Date: Mon, 26 Apr 2021 14:38:05 +0000 Subject: [PATCH] [DOC] Replace notebook with lab --- README.md | 2 +- environment.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c04122..cf55d3c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/environment.yml b/environment.yml index 2b14028..98aac60 100644 --- a/environment.yml +++ b/environment.yml @@ -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 -- GitLab