Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tutorial for final jlab 3 release. #9562

Merged
merged 1 commit into from Jan 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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