Skip to content

Instantly share code, notes, and snippets.

@ant358
Created October 6, 2022 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ant358/cfd9c60f1a299cc975d3a97dc6891a48 to your computer and use it in GitHub Desktop.
Save ant358/cfd9c60f1a299cc975d3a97dc6891a48 to your computer and use it in GitHub Desktop.
Import the modules required to run a Jupyter Dash dashboard in Google Colab
# load python modules
import dash_daq as daq
import dash_bootstrap_components as dbc
import pandas as pd
import numpy as np
from jupyter_dash import JupyterDash
from dash import dcc, html, Input, Output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment