Skip to content

Commit

Permalink
Remove the installation of server extension (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored and gjmooney committed Jul 2, 2024
1 parent ad9ac7a commit 431b2d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/dev-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ def install_dev():
execute("jlpm clean:all", cwd=root_path / "python" / py_package)
execute(f"pip install -e {python_package_prefix}/{py_package}")

if py_package == "jupytergis_core":
execute("jupyter server extension enable jupytergis_core")

execute(
f"jupyter labextension develop {python_package_prefix}/{py_package} --overwrite"
)
Expand Down

0 comments on commit 431b2d2

Please sign in to comment.