diff --git a/docs/source/extension/extension_tutorial.rst b/docs/source/extension/extension_tutorial.rst index 2668efe16ca4..38cf16d6e72d 100644 --- a/docs/source/extension/extension_tutorial.rst +++ b/docs/source/extension/extension_tutorial.rst @@ -63,7 +63,7 @@ new environment named ``jupyterlab-ext``. .. code:: bash - conda create -n jupyterlab-ext --override-channels --strict-channel-priority -c conda-forge -c anaconda cookiecutter nodejs jupyter-packaging git + conda create -n jupyterlab-ext --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab=3 cookiecutter nodejs jupyter-packaging git Now activate the new environment so that all further commands you run work out of that environment. @@ -76,11 +76,6 @@ Note: You'll need to run the command above in each new terminal you open before you can work with the tools you installed in the ``jupyterlab-ext`` environment. -Now we can install the latest version of JupyterLab. - -.. code:: bash - - pip install jupyterlab --pre Create a repository ------------------- @@ -131,7 +126,8 @@ You should see a list like the following. :: - LICENSE MANIFEST.in README.md binder/ jupyterlab_apod/ package.json pyproject.toml setup.py src/ style/ tsconfig.json + LICENSE README.md jupyterlab_apod/ pyproject.toml src/ tsconfig.json + MANIFEST.in install.json package.json setup.py style/ Commit what you have to git ^^^^^^^^^^^^^^^^^^^^^^^^^^^