Skip to content

This package adds a jupyter lite configuration and jupyter packages to fails to support interactive applets

License

Notifications You must be signed in to change notification settings

fails-components/jupyterfails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fails Jupyter Lite distirbution

Github Actions Status

This are files for building a Jupyter lite distribution to be used within fails-components. It also includes a couple of extensions for the communication with fails and also for controlling applets.

Contributing

Development install

Use the development container.

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.

Run the following commands in each of the packages.

# Clone the repo to your local environment
# Change directory to the fails_components_jupyter_applet_view directory
# 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 build

To run jupyter lite just execute:

jlpm build
jupyter lite build
jupyter lite serve

Packaging the extension

See RELEASE

About

This package adds a jupyter lite configuration and jupyter packages to fails to support interactive applets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published