-
python3-nbsphinx-0.2.9-1.lbn19.noarch
Jupyter Notebook Tools for Sphinx nbsphinx is a Sphinx_ extension that
provides
a source parser for *.ipynb files. Custom Sphinx directives
are used to show
Jupyter Notebook_ code cells (and of course their
results) in both HTML and
LaTeX output. Unevaluated notebooks i.e.
notebooks without stored output cells
will be automatically executed
during the Sphinx build process... _Sphinx: ...
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-nbsphinx-0.8.7-2.fc36.noarch
nbsphinx is a Sphinx extension that provides a source parser for *.ipynb
files. Custom Sphinx directives are used to show Jupyter Notebook code cells
(and of course their results) in both HTML and LaTeX output. Unevaluated
notebooks, i.e. notebooks without stored output cells, will be automatically
executed during the Sphinx build process.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-nbsphinx-0.8.7-2.fc36.noarch
nbsphinx is a Sphinx extension that provides a source parser for *.ipynb
files. Custom Sphinx directives are used to show Jupyter Notebook code cells
(and of course their results) in both HTML and LaTeX output. Unevaluated
notebooks, i.e. notebooks without stored output cells, will be automatically
executed during the Sphinx build process.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-nbsphinx-0.2.17-4.lbn25.py37.noarch
nbsphinx is a Sphinx extension that provides a source parser for *.ipynb
files. Custom Sphinx directives are used to show Jupyter Notebook code cells
(and of course their results) in both HTML and LaTeX output. Unevaluated
notebooks, i.e. notebooks without stored output cells, will be automatically
executed during the Sphinx build process.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 25
-
python3-ndg_httpsclient-0.4.0-3.lbn19.noarch
This is a HTTPS client implementation for httplib and urllib2 based on
PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation
over the default provided with Python and importantly enables full
verification of the SSL peer. This is the python3 library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-ndg_httpsclient-0.4.0-4.lbn25.py37.noarch
This is a HTTPS client implementation for httplib and urllib2 based on
PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation
over the default provided with Python and importantly enables full
verification of the SSL peer. This is the python3 library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-needle-0.5.0-2.lbn36.noarch
Needle is a tool for testing your CSS and visuals with Selenium and nose.
It checks that visuals (CSS/fonts/images/SVG/etc.) render correctly by taking screenshots
of portions of a website and comparing them against known good screenshots. It also
provides tools for testing calculated CSS values and the position of HTML elements.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-needle-python-0.4.0-1.lbn36.noarch
Needle Python Library
This Python library provides convenient acccess to Needle API. There are various methods and data types which, we believe will help you explore Needle API quickly. There may be some functionality available in REST API earlier than this Python library. In any case, we recommend to take look the the complete documentation. Thank you for flying with us. 🚀
Installation
This library requires Python >3.8 and pip to use. You don't need the sources unless you want to modify it. Install with:
pip install needle-python
Usage ⚡️
To get started, generate an API key for your account in developer settings menu at Needle. Note that your key will be valid until you revoke it. Set the following env variable before you run your code:
export NEEDLE_API_KEY=<your-api-key>
NeedleClient reads the API key from the environment by default. If you like to override this behaviour you can pass it in as a parameter.
Retrieve context from Needle
from needle.v1 import NeedleClient
from need
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-neo4j-5.2.1-1.lbn36.noarch
**************************** Neo4j Bolt Driver for Python
****************************This repository contains the official Neo4j driver
for Python.Starting with 5.0, the Neo4j Drivers will be moving to a monthly
release cadence. A minor version will be released on the last Friday of each
month so as to maintain versioning consistency with the core product (Neo4j
DBMS) which has also moved to...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-nest-asyncio-1.6.0-5.lbn36.noarch
By design asyncio does not allow its event loop to be nested.
This presents a practical problem: When in an environment
where the event loop is already running it's impossible to run tasks
and wait for the result. Trying to do so will give the error
"RuntimeError: This event loop is already running".
The issue pops up in various environments, such as web servers,
GUI applications and in Jupyter notebooks.
This module patches asyncio to allow nested use of asyncio.run
and loop.run_until_complete.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36