Introduction
Last updated
Last updated
Hosted notebooks allow RC users to use server-hosted Jupyter notebooks. Hosted notebooks come pre-installed with necessary packages and sample projects.
Hosted notebooks can be launched directly from RC UI through the "Launch Notebook" button.
With hosted notebooks, you have the ability to connect to your remote GitHub repository. You can collaborate with your team by handling all change management through git.
Here is how you can connect to your repository:
Clone your repo
Repo URL from GitHub
Enter Repo URL
Enter Git Credentials
Git does not support passwords anymore. You will need to use access tokens generated from Git.
Generate Access Token
More detailed instructions on how to connect to Git can be found .
With hosted notebooks, you have the ability to create virtual environments with custom packages installed.
On the hosted notebook, open a new terminal and execute the following. You can replace myenv
with the name of the environment you want to create:
To install custom packages, you can do the following:
Once a virtual environment is created, it will be accessible under your kernels list and will persist even when the server restarts.
Additional details on managing your custom environment can be found .