Skip to main content

From markdown to Jupyter notebook

Project description

Lucina

From markdown to Jupyter notebook.

https://pypi.org/project/lucina/

Create a Jupyter notebook with Python & Markdown fragments from mardkwon files.

Installation

Install Lucina by running pip install lucina.

Usage

Running lucina on file input.md.

lucina -o docs/output.ipynb docs/input.md

It outputs file output.ipynb that looks like:

Screenshot

Development

Environment

Use pip install -e '.[dev]' to install lucina with development dependencies (tests & lint).

Contributing

Code of the project is managed on https://github.com/entwanne/lucina/ git repository.

Building & deploying a new version

You need to install twine package (pip install twine) to be able to deploy a version of the library.

You can use python setup.py sdist to build the current version of the package.

Then you can deploy this version to PyPI by running twine upload dist/*.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lucina-1.0.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page