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.2.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

jupyterlab_python_file-0.5.2-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jupyterlab-python-file-0.5.2.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1

File hashes

Hashes for jupyterlab-python-file-0.5.2.tar.gz
Algorithm Hash digest
SHA256 d531d81b346f8de3aa362eb60d888e8e932b7002b6823897fc7541e933acc7b6
MD5 56589c4307f69e8a5257a2fa374a4246
BLAKE2b-256 3061f9805fcf155b06c1d492cc4e27a0d7f5ad7afdef6128630c522f2676d692

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jupyterlab_python_file-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 22.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1

File hashes

Hashes for jupyterlab_python_file-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e4414ea75acd4e946035ce772dc9ddc5072f7bf6389d5df26db593969f91e4ba
MD5 b320fec33417dc7ca315153d450dbb53
BLAKE2b-256 cec8de75052dcff656a4d9d02ee212cd2313e682e144a7171d0fa7c507fc1827

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