A JupyterLab extension to run and hide the codecells.
Project description
jupyterlab-hide-code
A button in JupyterLab to run the code cells and then to hide the code cells. This JupyterLab extension was inspired by the jlab-hide-code JupyterLab extension from Aachen (Aix) Virtual Platform for Materials Processing.
Requirements
- JupyterLab >= 3.0
Install
pip install jupyterlab-hide-code
Uninstall
pip uninstall jupyterlab-hide-code
Contributing
Build
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
# Move to jupyterlab-hide-code directory
# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build
You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.
# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch
Acknowlegements
We acknowledge support from:
- EPFL Open Science Fund
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jupyterlab_hide_code-3.0.6.tar.gz
(81.4 kB
view hashes)
Built Distribution
Close
Hashes for jupyterlab_hide_code-3.0.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48742ef8dce9a2aca457f2eb8b359d76a688a343ca52eb72b344266b6fd0a604 |
|
MD5 | b0454122341eb113c89f9658d00230e7 |
|
BLAKE2b-256 | 582cee5c75bb832b5266abbade49c81a98e08690c674998bf9eed94b5c0733d2 |
Close
Hashes for jupyterlab_hide_code-3.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1590c1bb6742ffd4344f34ad360979364a2951fa850df3eb09f48a4e694edd71 |
|
MD5 | 82c0f0510a83b82a5d0d218a47c7cec0 |
|
BLAKE2b-256 | 92a3605102ba848afb491b5e31463d746015a4131eb7ee9398dd6857b52af4ff |