Skip to main content

A small simple tool to develop python from jupyterlab notebooks.

Project description

JLAB Dev

Develop python packages using jupyterlab.

This library allows you to develop regular python packages while writing your code in jupyterlab. You can create notebooks to develop your code and in these notebooks, simply annotate your cells with #export if you want them to be put in the library. (A notebook must be marked for conversion with #convert in the first code cell.) Other cells will be used as examples in your doc (together with the markdown of your notebook) unless marked with #hide.

Image of nb_convert notebook

Of course JLAB Dev itself is completly implemented as a notebook in jupyterlab (see here).

Installation

It is as simple as a pip install.

# For stable version
pip install jlabdev

# or for bleeding edge
pip install git+https://github.com/penguinmenac3/jlabdev.git

Usage

Basics

Simply create your notebooks and add a code cell with #convert as the first cell and annotate all cells you want to export with #export.

Now you can compile your notebook into python and markdown doc by saving it and then running these commands at the root of your project folder:

nb2py  # Creates python files next to the notebooks
nb2md  # Creates markdown doc in docs

When you edit your python file (e.g. refactoring) and want to update the notebook from the python file.

py2nb

Documentation

Documentation can be found in docs it will be automatically generated there. The README.md is an overview over all packages availible.

License

The MIT License (MIT)

Copyright (c) 2020 Michael Fuerst

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

jlabdev-20230119.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

jlabdev-20230119-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file jlabdev-20230119.tar.gz.

File metadata

  • Download URL: jlabdev-20230119.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for jlabdev-20230119.tar.gz
Algorithm Hash digest
SHA256 4f0e2b83e178ad360e312ce37e4652b18126003331264d4051603b7282bfe1c9
MD5 9359d552028bb97b52825899670ec6d5
BLAKE2b-256 ac78e0b5664ce195146248d1f537bc11c3fa7673bf5aafac80c72c4942ea31ca

See more details on using hashes here.

File details

Details for the file jlabdev-20230119-py3-none-any.whl.

File metadata

  • Download URL: jlabdev-20230119-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for jlabdev-20230119-py3-none-any.whl
Algorithm Hash digest
SHA256 75cf75f2dde7ed7d2ae3ae1dde02b40c93cd5a7df24532198b89f0fff678afdb
MD5 adbe4cdf11e58fc89d8e22df51992bb2
BLAKE2b-256 68f77235bc4d17c9317697ca8bd251868df4c24b011e7ef64f0b9cc3d1c46742

See more details on using hashes here.

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