项目作者: gclouduniverse

项目描述 :
JupyterLab Extension For Sharing Notebooks for GCP AI Platform
高级语言: Python
项目地址: git://github.com/gclouduniverse/gcp-notebook-share-dlvm-extension.git
创建时间: 2019-05-22T02:54:08Z
项目社区:https://github.com/gclouduniverse/gcp-notebook-share-dlvm-extension

开源协议:MIT License

下载


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:

  1. pip3 install share_nb

To install the lab extension, run:

  1. jupyter labextension install share_nb

Don’t forget to restart jupyter:

  1. sudo service jupyter restart

and refresh the browser tab.

Installation For Development (Remote From Local Machine)

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