@descarteslabs/jupyterlab_sharing
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

JupyterLab Sharing

A JupyterLab extension for accessing objects in the sharing service. This is a total ripoff of the GitHub extension (many GitHub references remain).

What this extension is

When you install this extension, an additional filebrowser tab will be added to the left area of JupyterLab. This filebrowser allows you to select objects from the Descartes Labs sharing service. You can browse "folders", and open the files in those folders. If those files are notebooks, you can run them just as you would any other notebook. Basically, you should be able to open any file in a repository that JupyterLab can handle. Note that you will separately need to login to https://iam.descarteslabs.com in order for the extension to work.

What this extension is not

This extension is currently read-only. That is, it is not possible to create, update or delete objects. It is also not possible to change the sharing settings.

Prerequisites

Installation

To install the labextension, enter the following in your terminal:

jupyter labextension install @descarteslabs/jupyterlab_studio

Customization

You can set the plugin to start showing a particular repository at launch time. Open the "Advanced Settings" editor in the Settings menu, and under the GitHub settings add

{
  "defaultRepo": "descarteslabs"
}

Package Sidebar

Install

npm i @descarteslabs/jupyterlab_sharing

Weekly Downloads

1

Version

0.0.9

License

BSD-3-Clause

Unpacked Size

94 kB

Total Files

18

Last publish

Collaborators

  • dlsherman
  • matt.perry
  • stephencpope
  • samskillmandl
  • dl_sblake
  • scott_b_descartes