Socket
Book a DemoInstallSign in
Socket

jupyterlab-sn-infoboxes

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyterlab-sn-infoboxes

Insert Infoboxes into Jupyter Notebooks

latest
Source
npmnpm
Version
3.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

jupyterlab-infoboxes

A JupyterLab extension that displays IBM Cloud offerings and other promotional material in JupyterLab notebooks.

This extension displays infoboxes to Skills Network Labs users in their notebooks. The infoboxes are markdown snippets chosen at random from the files in this repo's infoboxes directory.

Initial Setup

  • Create a conda environment for developing this extension: conda create -n jupyterlab-infoboxes -y && conda activate jupyterlab-infoboxes
  • install jupyterlab: conda install -c conda-forge jupyterlab==1.0.1 -y
  • cp .env.template .env

Development

  • install dependencies and build: yarn install && yarn run build
  • install the lab extension: jupyter labextension link .
  • To watch and automatically rebuild the lab extension run yarn run watch
  • In a separate terminal window, run jupyter lab to start jupyterlab.
  • Changes to the lab extension will trigger automatic rebuilds of the extension as you make changes.

Keywords

jupyter

FAQs

Package last updated on 05 Apr 2021

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