Giter Club home page Giter Club logo

jupyterhub-share-link-labextension's Introduction

jupyterhub-share-link-labextension

Adds UI for sharing notebooks across Hub and a very simple server extension to support it.

This works in cooperation with a Hub Service, jupyterhub-share-link.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterhub-share-link-labextension

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

jupyterhub-share-link-labextension's People

Contributors

danielballan avatar

Stargazers

Gavin Chan avatar

Watchers

James Cloos avatar  avatar

Forkers

suevii

jupyterhub-share-link-labextension's Issues

Access hubHost and hubPrefix configuration from JupyterFrontEnd

The hubHost and hubPrefix are currently hard-coded to their default value.

// TODO Properly obtain these from JupyterFrontEnd.
const hubHost = '';
const hubPrefix = '/';

We should be obtaining these from JupyterFrontEnd.IPaths I think, but my initial attempts to thread that through failed. This may become easier after 1.0 when the hub integration is included in JupyterLab itself.

Prompt recipient if file exists.

Something like:

The shared notebook is named __ and you already have a notebook by that name. What would you like to do?

  • Open the one I already have.
  • Replace my notebook with the shared one.
  • Copy the shared notebook by a new name: _____.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.