HomeSort by relevance Sort by last modified time
    Searched refs:IPython (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/tools/docker/
jupyter_notebook_config.py 16 from IPython.lib import passwd
  /external/tensorflow/tensorflow/python/client/
notebook.py 20 The IPython Notebook is running at: http://127.0.0.1:8888/
62 from IPython.html.notebookapp import NotebookApp # pylint: disable=g-import-not-at-top
69 from IPython.lib import passwd # pylint: disable=g-import-not-at-top
90 from IPython.kernel.zmq.kernelapp import IPKernelApp # pylint: disable=g-import-not-at-top
  /external/tensorflow/tensorflow/python/keras/utils/
vis_utils.py 79 if 'IPython.core.magics.namespace' in sys.modules:
183 from IPython import display
  /external/scapy/scapy/
main.py 200 """Updates IPython session with a custom one"""
232 if hasattr(i, "__module__") and (k[0] == "_" or i.__module__.startswith("IPython")):
478 "ipython", "auto"
481 import IPython
482 from IPython.terminal.embed import InteractiveShellEmbed
485 "IPython not available. Using standard Python shell "
488 IPYTHON = False
490 IPYTHON = True
492 IPYTHON = False
496 if IPYTHON
    [all...]
themes.py 292 """Updates the specified IPython console shell with
295 from IPython.terminal.prompts import Prompts, Token
299 "IPython too old. Shell color won't be handled."

Completed in 1330 milliseconds