Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 986 Bytes

File metadata and controls

42 lines (28 loc) · 986 Bytes

JupyterLab Extension For Sharing Notebooks for GCP AI Platform

Prerequisites

  • Cloud AI Deep Learning VM (M33+)
  • AI Platform Notebook Instance (M33+)
  • AI Platform Deep Learning Containers (M32+)

Installation Stable

This extension includes both a notebook server extension and a lab extension. In order to use it, you must enable both of them.

To install the server extension, run the following in your terminal:

pip3 install share_nb

To install the lab extension, run:

jupyter labextension install share_nb

Don't forget to restart jupyter:

sudo service jupyter restart

and refresh the browser tab.

Installation For Development (Remote From Local Machine)

# INSTANCE_NAME - name of either AI Platform Notebook instance or Cloud AI Deep Learning VM
git clone https://github.com/gclouduniverse/gcp-notebook-share-dlvm-extension.git
cd gcp-notebook-share-dlvm-extension
./deploy.sh INSTANCE_NAME