Metadata-Version: 2.1
Name: jupyterlab-sn-infoboxes
Version: 3.0.1
Summary: Insert Infoboxes into Jupyter Notebooks
Home-page: https://github.com/IBM/jupyterlab-infoboxes
Author: James Reeve
Author-email: james.reeve@ibm.com
License: Apache-2.0
Description: # 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](https://github.com/cognitive-class/jupyterlab-infobox-content/tree/master/infoboxes).
        
        ## 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,JupyterLab,JupyterLab3
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
