File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
## Installation
11
11
12
- A typical installation requires the following commands to be run :
12
+ You can install using ` pip ` :
13
13
14
14
``` bash
15
15
pip install {{ cookiecutter.python_package_name }}
16
- jupyter nbextension enable --py [--sys-prefix| --user| --system] {{ cookiecutter.python_package_name }}
17
16
```
18
17
19
- Or, if you use jupyterlab:
18
+ Or if you use jupyterlab:
20
19
21
20
``` bash
22
21
pip install {{ cookiecutter.python_package_name }}
23
22
jupyter labextension install @jupyter-widgets/jupyterlab-manager
24
23
```
24
+
25
+ If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
26
+ the nbextension:
27
+ ``` bash
28
+ jupyter nbextension enable --py [--sys-prefix| --user| --system] {{ cookiecutter.python_package_name }}
29
+ ```
You can’t perform that action at this time.
0 commit comments