Skip to content

Commit

Permalink
Remove redundant jupyter nb-extension commmands. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Oct 22, 2024
1 parent 37ec978 commit 4095d96
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,24 +251,6 @@ def clear_installed_list():
if sys.platform == "win32":
bin_dir = os.path.join(bin_dir, "Scripts")

command = (
"%s/jupyter-nbextension install nglview --py --sys-prefix --log-level=0"
% bin_dir
)
subprocess.run(
shlex.split(command, posix=posix),
shell=False,
stdout=stdout,
stderr=stderr,
)
command = "%s/jupyter-nbextension enable nglview --py --sys-prefix" % bin_dir
subprocess.run(
shlex.split(command, posix=posix),
shell=False,
stdout=stdout,
stderr=stderr,
)

print("Cleaning conda environment")
command = "%s clean --all --yes --quiet" % conda_exe
subprocess.run(
Expand Down

0 comments on commit 4095d96

Please sign in to comment.