OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPython
(Results
1 - 10
of
10
) sorted by null
/external/trappy/trappy/plotter/
IPythonConf.py
17
different versions of
ipython
/jupyter packages.
42
"""The location of the
IPython
webserver in
IPython
version 4.0+"""
44
"""The webserver base directory for
IPython
version 4.0+"""
46
"""The webserver base directory for
IPython
version < 4.0"""
49
IPython
webserver"""
101
"""Install the resources for the module to the
Ipython
126
"""Return an
IPython
instance. Returns None
127
if
IPython
is not installed"""
130
import
IPython
[
all
...]
EventPlot.py
36
raise ImportError("
Ipython
Environment not Found")
38
from
IPython
.display import display, HTML
163
# Defer installation of
IPython
components
167
# an
IPython
notebook
ILinePlotGen.py
33
raise ImportError("No
Ipython
Environment found")
35
from
IPython
.display import display, HTML
/external/lisa/tools/scripts/
py2ipynb.py
20
from
IPython
.nbformat import v3, v4
/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/trappy/trappy/wa/
sysfs_extractor.py
80
This won't work if the code is not running in an
ipython
notebook."""
82
from
IPython
.display import display, HTML
/external/trappy/scripts/
publish_interactive_plots.py
18
"""This is a script to publish a notebook containing
Ipython
graphs
25
from
IPython
.nbformat.sign import TrustNotebookApp
88
The data for the interactive plots is stored in the
ipython
profile.
99
help="
ipython
profile",
/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 267 milliseconds