Skip to main content

Simularium Viewer Jupyter Widget

Project description

nbsv

Build codecov

Simularium Viewer Jupyter Widget

Installation

You can install using pip:

pip install nbsv

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] nbsv

Development Installation

Create a dev environment:

conda create -n nbsv -c conda-forge yarn python jupyterlab=3.6.4
conda activate nbsv
nvm use 18

Note: make sure you are using the node managed by nvm and not in your conda env by checking which node

Install and build:

yarn install
./build.sh

How to see your changes

Typescript:

If you use JupyterLab to develop then 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 widget.

# Watch the source directory in one terminal, automatically rebuilding when needed.
# Note: You may need to run this in a terminal with elevated permissions (Run as Administrator)
yarn run watch
# Run JupyterLab in another terminal
jupyter lab

After a change wait for the build to finish and then refresh your browser and the changes should take effect.

Python:

If you make a change to the python code then you will need to restart the notebook kernel to have it take effect.

Updating the version

To update the version, install tbump and use it to bump the version. By default it will also create a tag.

pip install tbump
tbump <new-version>

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

nbsv-0.1.6.tar.gz (3.8 MB view hashes)

Uploaded Source

Built Distribution

nbsv-0.1.6-py3-none-any.whl (7.5 MB view hashes)

Uploaded Python 3

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