|
@@ -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 jupyterlab cookiecutter nodejs git
|
|
|
+ conda create -n jupyterlab-ext --override-channels --strict-channel-priority -c conda-forge -c anaconda cookiecutter nodejs git
|
|
|
|
|
|
Now activate the new environment so that all further commands you run
|
|
|
work out of that environment.
|
|
@@ -76,12 +76,11 @@ 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.
|
|
|
|
|
|
-Note: if you have an older version of JupyterLab previously installed, you may need to update
|
|
|
-the version of JupyterLab manually.
|
|
|
+Now we can install the latest version of JupyterLab.
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
- conda install -c conda-forge jupyterlab=2
|
|
|
+ pip install jupyterlab --pre
|
|
|
|
|
|
Create a repository
|
|
|
~~~~~~~~~~~~~~~~~~~
|
|
@@ -102,7 +101,7 @@ This will create a new folder for your extension in your current directory.
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
- cookiecutter https://github.com/jupyterlab/extension-cookiecutter-ts
|
|
|
+ cookiecutter https://github.com/jupyterlab/extension-cookiecutter-ts --checkout 3.0
|
|
|
|
|
|
When prompted, enter values like the following for all of the cookiecutter
|
|
|
prompts (``apod`` stands for Astronomy Picture of the Day, the NASA service we
|