ipyloglite

Forward console.log and friends to cell outputs in JupyterLite.

APACHE-2.0 License

Downloads
144
Stars
0

ipyloglite   PyPi License Apache-2.0 License MIT CI Status

ipyloglite is a Python package to capture console.log and frieds and forward them to cell outputs in a JupyterLite notebook running a Pyodide Python kernel.

Installation

pip

The ipyloglite package is available on the Python Package Index (PyPI) and can be installed using

pip install ipyloglite

This command can also be run inside a conda environment to install ipyloglite with conda.

From Source

First, clone the git repository using

git clone https://github.com/juntyr/ipyloglite.git

or

git clone [email protected]:juntyr/ipyloglite.git

Next, enter the repository folder and use pip to install the program:

cd ipyloglite && pip install .

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Package Rankings
Top 27.3% on Pypi.org
Badges
Extracted from project README
PyPi License Apache-2.0 License MIT CI Status