Metadata-Version: 2.1
Name: jupyterlab_hide_code
Version: 3.0.1
Summary: A JupyterLab extension to run and hide the codecells.
Home-page: https://github.com/osscar-org/jupyterlab-hide-code
Author: Dou Du
License: BSD-3-Clause
Description: # jupyterlab-hide-code
        
        ![Build](https://github.com/osscar-org/jupyterlab-hide-code/workflows/Build/badge.svg)
        
        ![demo](./docs/hide-input.gif)
        
        A button in JupyterLab to run the code cells and then to hide the code cells.
        This JupyterLab extension was inspired by the
        [jlab-hide-code](https://github.com/AixViPMaP/jlab-hide-code) JupyterLab
        extension from Aachen (Aix) Virtual Platform for Materials Processing.
        
        ## Requirements
        
        * JupyterLab >= 3.0
        
        
        ## Install
        
        ```bash
        pip install jupyterlab-hide-code
        ```
        
        ## Uninstall
        
        ```bash
        pip uninstall jupyterlab-hide-code
        ```
        
        ## Contributing
        
        ### Build
        
        The `jlpm` command is JupyterLab's pinned version of
        [yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
        `yarn` or `npm` in lieu of `jlpm` below.
        
        ```bash
        # Clone the repo to your local environment
        # Move to jupyterlab-hide-code directory
        # Install dependencies
        jlpm
        # Build Typescript source
        jlpm build
        # Link your development version of the extension with JupyterLab
        jupyter labextension link .
        # Rebuild Typescript source after making changes
        jlpm build
        # Rebuild JupyterLab after making any changes
        jupyter lab build
        ```
        
        You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.
        
        ```bash
        # Watch the source directory in another terminal tab
        jlpm watch
        # Run jupyterlab in watch mode in one terminal tab
        jupyter lab --watch
        ```
        
        ## Acknowlegements
        
        We acknowledge support from:
        * EPFL Open Science Fund
        
        <img src='http://www.osscar.org/wp-content/uploads/2019/03/OSSCAR-logo.png' width='240'>
        
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: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
