JupyterLab on Spaces

JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. It is a great tool for data science and machine learning, and it is widely used by the community. With Hugging Face Spaces, you can deploy your own JupyterLab instance and use it for development directly from the Hugging Face website.

⚡️ Deploy a JupyterLab instance on Spaces

You can deploy JupyterLab on Spaces with just a few clicks. First, go to this link or click the button below:

Spaces requires you to define:

Storage in Hugging Face Spaces is ephemeral, and the data you store in the default configuration can be lost in a reboot or reset of the Space. We recommend to save your work to a remote location or to use persistent storage for your data.

Setting up persistent storage

To set up persistent storage on the Space, you go to the Settings page of your Space and choose one of the options: small, medium and large. Once persistent storage is set up, the JupyterLab image gets mounted in /data.

Read more

If you have any feedback or change requests, please don’t hesitate to reach out to the owners on the Feedback Discussion.

Acknowledgments

This template was created by camenduru and nateraw, with contributions from osanseviero and azzr.

< > Update on GitHub