This repository was archived by the owner on Feb 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jtpio/jupyterlab-python-file/master?urlpath=lab )
4
4
[ ![ PyPI] ( https://img.shields.io/pypi/v/jupyterlab-python-file.svg )] ( https://pypi.org/project/jupyterlab-python-file )
5
+ [ ![ conda-forge] ( https://img.shields.io/conda/vn/conda-forge/jupyterlab-python-file.svg )] ( https://anaconda.org/conda-forge/jupyterlab-python-file )
5
6
[ ![ npm] ( https://img.shields.io/npm/v/jupyterlab-python-file.svg )] ( https://www.npmjs.com/package/jupyterlab-python-file )
6
7
7
8
Create Python Files from JupyterLab
@@ -16,12 +17,21 @@ Create Python Files from JupyterLab
16
17
17
18
## Installation
18
19
19
- Starting from JupyterLab 3.0 , the extension can be installed with ` pip ` :
20
+ For JupyterLab 3.x , the extension can be installed with ` pip ` :
20
21
21
22
``` bash
22
23
pip install jupyterlab-python-file
23
24
```
24
25
26
+ Or with ` conda ` :
27
+
28
+ ``` bash
29
+ conda install -c conda-forge jupyterlab-python-file
30
+
31
+ # or with mamba
32
+ mamba install jupyterlab-python-file
33
+ ```
34
+
25
35
For JupyterLab 1.x and 2.x:
26
36
27
37
``` bash
You can’t perform that action at this time.
0 commit comments