-
python3-iocapture-0.1.2-1.lbn36.noarch
.. -*- restructuredtext -*-.. highlight:: python Capture stdout, stderr easily
with iocapture.How to use With Python > 2.5 :: import iocapture with
iocapture.capture() as captured: print("hello stdout") print(captured.stdout)
>>> hello stdoutWith Python < 2.5 :: import iocapture captured
iocapture.capture() captured.start() print("hello stdout") captured.close()
print(captured.stdout) >>>...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-ipaddress-1.0.23-1.lbn36.noarch
Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-IPy-1.00-1.lbn25.noarch
IPy is a Python3 module for handling IPv4 and IPv6 Addresses and Networks
in a fashion similar to perl's Net::IP and friends. The IP class allows
a comfortable parsing and handling for most notations in use for IPv4
and IPv6 Addresses and Networks.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-ipykernel-4.3.1-1.lbn19.noarch
This package provides the IPython kernel for
Jupyter.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-ipykernel-5.1.2-1.lbn25.noarch
This package provides the IPython kernel for Jupyter.
Python 3 version.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-ipykernel-6.25.2-1.lbn36.noarch
IPython Kernel for Jupyter
This package provides the IPython kernel for Jupyter.
Installation from source
git clone
cd ipykernel
pip install -e ".[test]"
After that, all normal ipython commands will use this newly-installed version of the kernel.
Running tests
Follow the instructions from Installation from source.
and then from the root directory
pytest ipykernel
Running tests with coverage
pytest ipykernel -vv -s --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10
About the IPython Development Team
The IPython Development Team is the set of all contributors to the IPython project.
This includes all of the IPython subprojects.
The core team that coordinates development on GitHub can be found here:
https:/github.com/ipython/.
Our Copyright Policy
IPython uses a shared copyright model. Each contributor maintains copyright
over their contributions to IPython. But, it is important to note that these
contributions are typically only changes to the reposi
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-ipyleaflet-0.2.1-1.lbn19.noarch
A Jupyter widget for dynamic Leaflet maps
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-ipyparallel-5.1.1-1.lbn19.noarch
Use multiple instances of IPython in parallel, interactively. See
https://ipyparallel.readthedocs.org for more info.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-ipython-5.0.0-1.lbn19.noarch
IPython provides a replacement for the interactive Python interpreter with
extra functionality.
Main features:
* Comprehensive object introspection.
* Input history, persistent across sessions.
* Caching of output results during a session with automatically generated
references.
* Readline based name completion.
* Extensible system of 'magic' commands for controlling the environment and
performing many tasks related either to IPython or the operating system.
* Configuration system with easy switching between different setups (simpler
than changing $PYTHONSTARTUP environment variables every time).
* Session logging and reloading.
* Extensible syntax processing for special purpose situations.
* Access to the system shell with user-extensible alias system.
* Easily embeddable in other Python programs.
* Integrated access to the pdb debugger and the Python profiler.
This package depends on all python3-ipython packages but python3-ipython-tests.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-ipython-7.8.0-1.lbn25.noarch
IPython provides a replacement for the interactive Python interpreter with
extra functionality.
Main features:
* Comprehensive object introspection.
* Input history, persistent across sessions.
* Caching of output results during a session with automatically generated
references.
* Readline based name completion.
* Extensible system of 'magic' commands for controlling the environment and
performing many tasks related either to IPython or the operating system.
* Configuration system with easy switching between different setups (simpler
than changing $PYTHONSTARTUP environment variables every time).
* Session logging and reloading.
* Extensible syntax processing for special purpose situations.
* Access to the system shell with user-extensible alias system.
* Easily embeddable in other Python programs.
* Integrated access to the pdb debugger and the Python profiler.
This package provides IPython for in a terminal.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25