Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
add dependency to jupyter in setup_script_dependency_py
  • Loading branch information
sdpython committed Aug 18, 2015
1 parent 5ea6b92 commit dd98660
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions src/pyquickhelper/ipythonhelper/helper_in_notebook.py
Expand Up @@ -5,17 +5,8 @@
.. versionadded:: 1.1
"""
import os
import sys
from IPython.display import Javascript, HTML

try:
from notebook.services.config import ConfigManager
except ImportError:
from IPython.html.services.config import ConfigManager

from .notebook_exception import InNotebookException


def store_notebook_path(name="theNotebook"):
"""
Expand Down
1 change: 1 addition & 0 deletions src/pyquickhelper/pycode/windows_scripts.py
Expand Up @@ -596,6 +596,7 @@
"numpy",
"dateutils",
"IPython",
"jupyter",
"matplotlib",
"sphinx",
"pandas",
Expand Down

0 comments on commit dd98660

Please sign in to comment.