File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing to my-jupyter-shared-drive
2
+
3
+ ## Setting up a development environment
4
+
5
+ ``` console
6
+ micromamba create -n my-jupyter-shared-drive
7
+ micromamba activate my-jupyter-shared-drive
8
+ micromamba install pip nodejs
9
+ git clone https://github.com/davidbrochart/my-jupyter-shared-drive
10
+ cd my jupyter-shared-drive
11
+ pip install -e .
12
+ pip install jupyterlab
13
+ jupyter labextension develop --overwrite .
14
+ ```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires = ["hatchling>=1.4.0", "jupyterlab>=4.0.0"]
7
7
8
8
[project ]
9
9
name = " my-jupyter-shared-drive"
10
- version = " 0.1.0 "
10
+ version = " 0.1.1 "
11
11
readme = " README.md"
12
12
license = { file = " LICENSE" }
13
13
requires-python = " >=3.8"
@@ -38,15 +38,15 @@ Documentation = "https://jupyterlab-realtime-collaboration.readthedocs.io/"
38
38
Repository = " https://github.com/jupyterlab/jupyter-collaboration"
39
39
40
40
[tool .hatch .build .targets .sdist ]
41
- artifacts = [" my_jupyter_shared_docprovider /labextension" ]
41
+ artifacts = [" my_jupyter_shared_drive /labextension" ]
42
42
exclude = [" /.github" , " /binder" , " node_modules" ]
43
43
44
44
[tool .hatch .build .targets .sdist .force-include ]
45
45
"packages/my-shared-docprovider" = " packages/my-shared-docprovider"
46
46
"packages/my-shared-docprovider-extension" = " packages/my-shared-docprovider-extension"
47
47
48
48
[tool .hatch .build .targets .wheel .shared-data ]
49
- "my_jupyter_shared_docprovider /labextension" = " share/jupyter/labextensions/@jupyter/my-shared-docprovider-extension"
49
+ "my_jupyter_shared_drive /labextension" = " share/jupyter/labextensions/@jupyter/my-shared-docprovider-extension"
50
50
"install.json" = " share/jupyter/labextensions/@jupyter/my-shared-docprovider-extension/install.json"
51
51
52
52
[tool .hatch .build .hooks .jupyter-builder ]
You can’t perform that action at this time.
0 commit comments