Socket
Socket
Sign inDemoInstall

jupyter-pluto-proxy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter-pluto-proxy

Run Pluto.jl in JupyterHub


Maintainers
1

Run Pluto.jl on a JupyterHub

Latest PyPI version

Launch the awesome Pluto.jl Notebook from the Jupyter Lab Launcher or the Jupyter Classic New dropdown. This package was built using the jupyter-server-proxy cookiecutter template.

This is primarily for use with JupyterHub in container based environments.

Based on original repo from Illumidesk.

Try it out

Take it for a spin with Binder:

Binder

This should launch you straight into Pluto.

Installation

You can install jupyter-pluto-proxy from PyPI.

pip install jupyter-pluto-proxy

You also need to have Julia and Pluto.jl installed.

Development

  1. Fork and clone this repo and install the package:
git clone https://github.com/<account>/jupyter-pluto-proxy
  1. Create and activate a virtual environment:
virtualenv -p python3 venv
source venv/bin/activate
  1. Install package:
cd jupyter-pluto-proxy
pip install -e .

Credits

License

BSD 3-Clause

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc