0.1.1 • Published 5 years ago

share_nb v0.1.1

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
5 years ago

JupyterLab Extension For Sharing Notebooks for GCP AI Platform

npm.io

Prerequisites

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

Installation Remote

Latest stable

INSTANCE_NAME=... # Namve of either AI Platform Notebook instance or Cloud AI Deep Learning VM
git clone https://github.com/gclouduniverse/gcp-notebook-share-dlvm-extension.git --branch v0.1.1
cd gcp-notebook-share-dlvm-extension
./deploy.sh "${INSTANCE_NAME}"

Latest unstable (master)

INSTANCE_NAME=... # Namve 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}"

Installation From AI Platform Notebooks

  • Open AI Platform Notebook
  • Open Terminal
  • Run the following commands for cloning:
    • latest stable: git clone https://github.com/gclouduniverse/gcp-notebook-share-dlvm-extension.git --branch v0.1.1
    • latest unstable: git clone https://github.com/gclouduniverse/gcp-notebook-share-dlvm-extension.git
  • Run the following commands for installing:
    • cd gcp-notebook-share-dlvm-extension
    • ./install.sh
  • Refresh browser tab