We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f296cd commit b171420Copy full SHA for b171420
CONTRIBUTING.md
@@ -54,16 +54,6 @@ the conda environment.
54
$ conda install --file requirements/conda.txt
55
```
56
57
-**For version 0.5.0-alpha of the plugin:** The plugin is based on
58
-Jupyter Notebook 7, which at the moment is only available as a beta
59
-release. While that is the case, you should explicitly allow the
60
-installation of beta releases of Jupyter Lab and Notebook as in the
61
-following command:
62
-
63
-```bash
64
-$ conda install -c conda-forge/label/notebook_beta -c conda-forge/label/jupyterlab_beta --file requirements/conda.txt
65
-```
66
67
### Building the notebook server
68
69
The Spyder notebook plugin includes a server which serves notebooks as HTML
0 commit comments