All Projects → jupyterlab → Jupyterlab Demo

jupyterlab / Jupyterlab Demo

Licence: other
Demonstrations of JupyterLab

Projects that are alternatives of or similar to Jupyterlab Demo

Juniper
🍇 Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (+54.92%)
Mutual labels:  jupyter-notebook, jupyterlab
Tslab
Interactive JavaScript and TypeScript programming with Jupyter
Stars: ✭ 240 (+96.72%)
Mutual labels:  jupyter-notebook, jupyterlab
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (+63.93%)
Mutual labels:  jupyter-notebook, jupyterlab
Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (+81.15%)
Mutual labels:  jupyter-notebook, jupyterlab
Jupytext
Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
Stars: ✭ 4,969 (+3972.95%)
Mutual labels:  jupyter-notebook, jupyterlab
Awesome Jupyter
A curated list of awesome Jupyter projects, libraries and resources
Stars: ✭ 2,523 (+1968.03%)
Mutual labels:  jupyter-notebook, jupyterlab
Jupyterwith
declarative and reproducible Jupyter environments - powered by Nix
Stars: ✭ 235 (+92.62%)
Mutual labels:  jupyter-notebook, jupyterlab
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (+18.85%)
Mutual labels:  jupyter-notebook, jupyterlab
Jupyter Renderers
Renderers and renderer extensions for JupyterLab
Stars: ✭ 395 (+223.77%)
Mutual labels:  jupyter-notebook, jupyterlab
Notebook As Pdf
Save Jupyter Notebooks as PDF
Stars: ✭ 290 (+137.7%)
Mutual labels:  jupyter-notebook, jupyterlab
Jupyter Tips And Tricks
Using Project Jupyter for data science.
Stars: ✭ 245 (+100.82%)
Mutual labels:  jupyter-notebook, jupyterlab
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (+552.46%)
Mutual labels:  jupyter-notebook, jupyterlab
Bamboolib
bamboolib - a GUI for pandas DataFrames
Stars: ✭ 622 (+409.84%)
Mutual labels:  jupyter-notebook, jupyterlab
Python Training
Python training for business analysts and traders
Stars: ✭ 972 (+696.72%)
Mutual labels:  jupyter-notebook, jupyterlab
Aws Machine Learning University Accelerated Nlp
Machine Learning University: Accelerated Natural Language Processing Class
Stars: ✭ 1,695 (+1289.34%)
Mutual labels:  jupyter-notebook
Off Nutrition Table Extractor
Stars: ✭ 124 (+1.64%)
Mutual labels:  jupyter-notebook
Kaggle Web Traffic
1st place solution
Stars: ✭ 1,641 (+1245.08%)
Mutual labels:  jupyter-notebook
India Election Data
To map publicly available datasets related to General Assembly (Lok Sabha) elections in India.
Stars: ✭ 122 (+0%)
Mutual labels:  jupyter-notebook
Simplegesturerecognition
A very simple gesture recognition technique using opencv and python
Stars: ✭ 124 (+1.64%)
Mutual labels:  jupyter-notebook
Flask Rest Setup
Notes on Flask REST API and tutorial
Stars: ✭ 124 (+1.64%)
Mutual labels:  jupyter-notebook

JupyterLab Demonstration

Build Status

Binder

This repository contains some demonstrations of JupyterLab, the next generation user interface of Project Jupyter.

Installation

The demo requires conda and the package requirements are described in environment.yml

To install the environment and demofiles, we use pyinvoke. To install pyinvoke with conda call:

# add the conda forge channel.
conda config --add channels conda-forge --yes
conda install -c conda-forge invoke pyyaml

Create the environment

To create the conda environment with all the dependencies and jupyterlab extensions for the demo, run:

invoke environment  # optionally --env-name=my-env-name

The default environment name is jupyterlab-demo.

To create the environment and remove previous installation, call:

invoke environment --clean

Activate/deactivate the environment

To activate the conda environment, run:

source activate jupyterlab-demo

To deactivate the conda environment, run:

source deactivate

Additional demo files

The demo includes files from a number of other repositories. To install these files, run:

invoke demofiles

To remove demofiles and download again all:

invoke demofiles --clean

R Language support

To add R language support, run:

invoke r

Julia Language support

To add Julia language support follow the instructions here.

Uninstalling

To uninstall the demofiles and enviornment, call:

invoke clean

Demo guide

The basic outline of the JupyterLab demo is described in the file jupyterlab.md.

External Repositories

Our invoke demofiles clones repos from other authors. The details of these repos are as follows:

Name Author License
PythonDataScienceHandbook/LICENSE-CODE Jake Vanderplas MIT
PythonDataScienceHandbook/LICENSE-TEXT Jake Vanderplas CC-BY-NC-ND-3.0
altair Jake Vanderplas BSD 3-clause
Urban-Data-Challenge Data Canvas CC-BY-NC-3.0
QuantEcon.notebooks QuantEcon BSD 3-clause "New" or "Revised" License
TCGA Gross et. al. None Listed
TensorFlow-Examples Aymeric Damien MIT
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].