Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@kyso/jupyterlab

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyso/jupyterlab

Push to Kyso from JupyterLab

latest
Source
npmnpm
Version
1.11.3
Version published
Weekly downloads
26
1200%
Maintainers
1
Weekly downloads
 
Created
Source

jupyterlab-kyso

Prerequisites

  • JupyterLab 0.35 or more
  • A Kyso account

Installation

Check your version of Jupyterlab using the following command

jupyter-lab --version
0.35.2

JupyterLab 0.35 or above

To install this extension into JupyterLab (requires node 5 or later), do the following:

jupyter labextension install @kyso/jupyterlab
pip install kyso_jupyterlab
jupyter serverextension enable --sys-prefix kyso_jupyterlab

Development

For a development install, do the following in the repository directory:

yarn
yarn run build
jupyter labextension install . --no-build
yarn run watch
# and in another shell
jupyter lab --watch

Deployment

To publish the client side extension:

npm publish

To publish the server side extension:

python3 setup.py sdist
twine upload dist/*

Keywords

kyso

FAQs

Package last updated on 04 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts