Skip to content

Commit

Permalink
Merge pull request #9562 from jasongrout/tutorial3update
Browse files Browse the repository at this point in the history
Update tutorial for final jlab 3 release.
  • Loading branch information
jtpio committed Jan 6, 2021
2 parents 22f33da + e404a95 commit 3a591ca
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/source/extension/extension_tutorial.rst
Expand Up @@ -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.
Expand All @@ -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
-------------------
Expand Down Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 3a591ca

Please sign in to comment.