-
python3-nose-ignore-docstring-0.2-4.lbn25.noarch
This package contains a plugin for nose. If this plugin is active, nose
does not use docstrings to name tests.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-nose-timer-0.7.5-1.lbn25.noarch
nose-timer A timer plugin for nosetests that answers the question: *how much
time does every test take?* Install To install the latest release from PyPI::
pip install nose-timerOr to install the latest development version from Git::
pip install git+ to install the latest from source:: git clone cd nose-timer
pip install .You can also make a developer install if you plan on modifying the
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-nosexcover-1.0.11-1.lbn36.noarch
nose-xmlcover --A companion to the built-in nose.plugins.cover, this plugin
will write out an XML coverage report to a file named coverage.xml.It will
honor all the options you pass to the Nose coverage plugin < especially
--cover- package.UsageYou can not use both --with-xcoverage and --with-
coverage. Using --with-xcover implies --with-coverageIf you want to change the
name of the output file...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-notebook-4.2.2-1.lbn19.noarch
The Jupyter Notebook is a web application that allows you to create
and share
documents that contain live code, equations, visualizations,
and explanatory
text. The Notebook has support for multiple
programming languages, sharing, and
interactive widgets.Read the
documentation
<https://jupyternotebook.readthedocs.org>_ for more
information.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-notebook-6.0.1-1.lbn25.noarch
The Jupyter Notebook is a web application that allows you to create
and share
documents that contain live code, equations, visualizations,
and explanatory
text. The Notebook has support for multiple
programming languages, sharing, and
interactive widgets.Read the
documentation
<https://jupyternotebook.readthedocs.org>_ for more
information.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-notebook-6.0.1-1.lbn25.noarch
The Jupyter Notebook is a web application that allows you to create
and share
documents that contain live code, equations, visualizations,
and explanatory
text. The Notebook has support for multiple
programming languages, sharing, and
interactive widgets.Read the
documentation
<https://jupyternotebook.readthedocs.org>_ for more
information.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-notebook-7.2.0-1.lbn36.noarch
The Jupyter Notebook is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-notebook-7.2.0-1.lbn36.noarch
The Jupyter Notebook is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-notebook-shim-0.2.3-1.lbn36.noarch
Notebook Shim
This project provides a way for JupyterLab and other frontends to switch to Jupyter Server for their Python Web application backend.
Basic Usage
Install from PyPI:
pip install notebook_shim
This will automatically enable the extension in Jupyter Server.
Usage
This project also includes an API for shimming traits that moved from NotebookApp in to ServerApp in Jupyter Server. This can be used by applications that subclassed NotebookApp to leverage the Python server backend of Jupyter Notebooks. Such extensions should now switch to ExtensionApp API in Jupyter Server and add NotebookConfigShimMixin in their inheritance list to properly handle moved traits.
For example, an application class that previously looked like:
from notebook.notebookapp import NotebookApp
class MyApplication(NotebookApp):
should switch to look something like:
from jupyter_server.extension.application import ExtensionApp
from notebook_shim.shim import NotebookConfigShimMixin
class MyApplication(Note
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-notedown-1.5.0-1.lbn19.noarch
*Python 2/3 and IPython 4 / Jupyter compatible!*Convert IPython
Notebooks to
markdown (and back) [notedown] is a simple tool to create
[IPython
notebooks][ipython] from markdown (and rmarkdown).[ipython]:
http://www.ipython.org/notebook [notedown]:
http://github.com/aaren/notedownnotedown separates your markdown into
code and
not code. Code blocks (fenced or indented) go into input
cells, ...
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19