All Projects → 4QuantOSS → DashIntro

4QuantOSS / DashIntro

Licence: Apache-2.0 license
A quick intro to Dash made for the PyData event in Zurich

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DashIntro

clustergrammer2-notebooks
Examples using Clustergrammer2 to explore high-dimensional datasets.
Stars: ✭ 35 (-38.6%)
Mutual labels:  jupyter, binder-ready
cornerstone widget
A jupyter widget for the cornerstone library to make showing flashy images with nice tools easier.
Stars: ✭ 25 (-56.14%)
Mutual labels:  jupyter, binder-ready
ijava-binder
An IJava binder base for trying the Java Jupyter kernel on https://mybinder.org/
Stars: ✭ 28 (-50.88%)
Mutual labels:  jupyter, binder-ready
Jupyterlab Dash
An Extension for the Interactive development of Dash apps in JupyterLab
Stars: ✭ 342 (+500%)
Mutual labels:  jupyter, dash
appmode
Creating web applications with Jupyter and Binder
Stars: ✭ 37 (-35.09%)
Mutual labels:  jupyter, binder-ready
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+27254.39%)
Mutual labels:  jupyter, dash
Jupyter Dash
Develop Dash apps in the Jupyter Notebook and JupyterLab
Stars: ✭ 453 (+694.74%)
Mutual labels:  jupyter, dash
Influxdb Client Python
InfluxDB 2.0 python client
Stars: ✭ 165 (+189.47%)
Mutual labels:  reactive, jupyter
meteor-pg
Use PostgreSQL reactively in Meteor.
Stars: ✭ 24 (-57.89%)
Mutual labels:  reactive
governance
The governance process and model for Project Jupyter
Stars: ✭ 74 (+29.82%)
Mutual labels:  jupyter
bifrost
Connect gpus with your eyes.
Stars: ✭ 23 (-59.65%)
Mutual labels:  dash
s2
A function for reactive web UI.
Stars: ✭ 43 (-24.56%)
Mutual labels:  reactive
angr-cli
Repo for various angr ipython features to give it more of a cli feeling
Stars: ✭ 41 (-28.07%)
Mutual labels:  jupyter
tailwindcss-dash-docset
TailwindCSS Dash Docset, built with the Dash Docset Builder in PHP. We needed it. 🌈️
Stars: ✭ 37 (-35.09%)
Mutual labels:  dash
reactiverse
The Reactiverse main entry point
Stars: ✭ 26 (-54.39%)
Mutual labels:  reactive
bigscreen-player
Simplified media playback for bigscreen devices
Stars: ✭ 62 (+8.77%)
Mutual labels:  dash
ReactiveAPI
Write clean, concise and declarative network code relying on URLSession, with the power of RxSwift. Inspired by Retrofit.
Stars: ✭ 79 (+38.6%)
Mutual labels:  reactive
voila-gpx-viewer
GPX Viewer web app built with Jupyter, ipywidgets, ipyleaflet, bqplot and voila
Stars: ✭ 43 (-24.56%)
Mutual labels:  jupyter
argparse-to-class
Transform argparse into class format for Jupyter Notebook execution
Stars: ✭ 20 (-64.91%)
Mutual labels:  jupyter
dash-hello-world
The simplest dash app
Stars: ✭ 23 (-59.65%)
Mutual labels:  dash

Dash Demo

Getting Started

To use binder just click the link below. The first opens the tutorial notebook and the second takes you straight to jupyterlab for more experimentation

A repository for getting started with Dash using Jupyter and Binder

  • Try jupyterlab Binder

Examples

Docker (new)

You can use the jupyter-repo2docker tool to make a Dockerfile from the repository

jupyter-repo2docker https://github.com/4QuantOSS/DashIntro/

Docker (out-dated)

All of the older docker files are in the Docker subdirectory

Build

To make the image yourself you can use the

docker build . -t dashdemo

Pull (preferred)

docker pull 4quant/dashdemo

Run

docker run --rm -p 8888:8888 -p 9999:9999 -t dashdemo

Run (with editable notebooks)

docker run --rm -p 8888:8888 -p 9999:9999 -v $(pwd)/notebooks:/home/dash_demo/notebooks -t dashdemo
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].