Skip to content

Commit

Permalink
Merge pull request #7078 from fcollonval/fix-6972
Browse files Browse the repository at this point in the history
For windows defaults conda channels are needed
  • Loading branch information
jasongrout committed Aug 23, 2019
2 parents f17d70e + da63d34 commit 7274670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer/extension_tutorial.rst
Expand Up @@ -63,7 +63,7 @@ new environment named ``jupyterlab-ext``.

.. code:: bash
conda create -n jupyterlab-ext -c conda-forge --override-channels jupyterlab cookiecutter nodejs git
conda create -n jupyterlab-ext --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab cookiecutter nodejs git
Now activate the new environment so that all further commands you run
work out of that environment.
Expand Down

0 comments on commit 7274670

Please sign in to comment.