Skip to main content

Create Python Files from JupyterLab

Project description

jupyterlab-python-file

Binder PyPI conda-forge npm

Create Python Files from JupyterLab

screenshot

screenshot2

Prerequisites

  • JupyterLab 1.0+

Installation

For JupyterLab 3.x, the extension can be installed with pip:

pip install jupyterlab-python-file

Or with conda:

conda install -c conda-forge jupyterlab-python-file

# or with mamba
mamba install jupyterlab-python-file

For JupyterLab 1.x and 2.x:

jupyter labextension install jupyterlab-python-file

Development

Note: You will need NodeJS to build the extension package.

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab. You may use yarn or npm in lieu of jlpm below.

# Clone the repo to your local environment
# Change directory to the jupyterlab-python-file directory

# create a new environment
conda create -n jupyterlab-python-file -c conda-forge python nodejs -y
conda activate jupyterlab-python-file

# install the JupyterLab pre-release
python -m pip install --pre jupyterlab

# Install package in development mode
pip install -e .

# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite

# Rebuild extension Typescript source after making changes
jlpm run build

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm run watch
# Run JupyterLab in another terminal
jupyter lab

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

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

jupyterlab-python-file-0.5.5.tar.gz (125.7 kB view details)

Uploaded Source

Built Distribution

jupyterlab_python_file-0.5.5-py3-none-any.whl (68.0 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlab-python-file-0.5.5.tar.gz.

File metadata

  • Download URL: jupyterlab-python-file-0.5.5.tar.gz
  • Upload date:
  • Size: 125.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for jupyterlab-python-file-0.5.5.tar.gz
Algorithm Hash digest
SHA256 556377c1896c1ebf37bd6e9f7ad363c627b4472f82f59ca5fe2adf6daf44dc63
MD5 c6c1c5636e4eddd00c8135a69bd2592f
BLAKE2b-256 bf17e7dd371b751671fb3dc4b37823b69bc544d5ad4945a7a42bf5fb0db0b95f

See more details on using hashes here.

Provenance

File details

Details for the file jupyterlab_python_file-0.5.5-py3-none-any.whl.

File metadata

  • Download URL: jupyterlab_python_file-0.5.5-py3-none-any.whl
  • Upload date:
  • Size: 68.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for jupyterlab_python_file-0.5.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b5a3f3f39d2dc2a34ba035c9e7969b35e7a67508b4fa97efa3fef9cc059f1792
MD5 2747314f483377de9ade96ada5a132bc
BLAKE2b-256 176074d627416411f6234025ba83698b9296d655a603cc24caaf4b85270c1190

See more details on using hashes here.

Provenance

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