Skip to main content

Package help convert jupyter files. It let convert py to jupyter file and vice versa, and clean jupyter output. Useful to exclude git conflicts

Project description

Convert jupyter

This project help convert jupyter flie. It let:

  • convert .ipynb to .py file
  • convert .py to .ipynb file
  • clean output jupyter

autors

Bartłomiej Chwiłkowski (github: chwilko)

Usage:

python3 -m convert_jupyter [options] <input_file>

commands:

  • jupyter2py Convert jupyter file to python file.
  • py2jupyter Convert python file to jupyter file.
  • clean Clean set jupyter file outputs.
  • clean_all Clean all jupyter files outputs from the set folder and child folders

input_file -- name of input file to convert or clean.

General options:

  • -o, --output Set the output file name. By default, it is the input file name with a valid extension.
  • -i, --input Set input file directly.
  • -c, --command Set command directly.
  • -f, --force If file with output name exists overwrite them. By default raise error.
  • -h, --help Show help and exit.
  • -V, --version Show version and exit.

Structure

convert_jupyter: - file with functions

tests: - tests

Functions

jupyter2py(f_in_name: str, f_out_name: Union[str, None] = None, force: bool = False)

  • Convert jupyter file f_in_name to python file f_out_name.

py2jupyter(f_in_name: str, f_out_name: Union[str, None] = None, force: bool = False)

  • Convert python file f_in_name to jupyter file f_out_name.

clean(path: str)

  • Function clean jupyter file output.

clean_all(path: str)

  • The function recursively finds all jupyter files and clears their output.

Licence

MIT

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

convert_jupyter-1.0.3.tar.gz (77.4 kB view details)

Uploaded Source

Built Distribution

convert_jupyter-1.0.3-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file convert_jupyter-1.0.3.tar.gz.

File metadata

  • Download URL: convert_jupyter-1.0.3.tar.gz
  • Upload date:
  • Size: 77.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for convert_jupyter-1.0.3.tar.gz
Algorithm Hash digest
SHA256 b2565f6acdb189d95c78a62e74b4f8dedfff48ed43522fd7452edae3db771a63
MD5 b5e292df8e7ab31bce37b7800936b937
BLAKE2b-256 1e86dbb68aa89bce6bd98dd3a73b0fc5fdbc940493279e48d300fa8dd23e8131

See more details on using hashes here.

File details

Details for the file convert_jupyter-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for convert_jupyter-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 30d77a39e7c78168019873114268e69dde04d0e736e0dd5774a81a07047fccc0
MD5 bb57252d96baf5782946d29ae92c4f67
BLAKE2b-256 c005399951033ea9c2f6fcbe82426e817a1cc5d22410ce9a0502577c1b88cd6d

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