lantern
Data exploration glue
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- build.yml
- CODE_OF_CONDUCT.md
- dependabot.yml
- email.png
- export.png
- html.png
- html2.png
- input.png
- pdf.png
- pdf2.png
- sample.html
- sample.pdf
- area.png
- axis.png
- bar.png
- grid.png
- hist.png
- labels.png
- legend.png
- line.png
- plots.gif
- scatter.png
- step.png
- ticks.png
- variableinspector.png
- widgets.gif
- data.gif
- demo.gif
- grids.gif
- logo.png
- plot1.png
- plot2.png
- preview.gif
- preview2.gif
- publish.png
- api.rst
- conf.py
- data.rst
- export.rst
- index.rst
- installation.rst
- make.bat
- Makefile
- plot.rst
- publish.rst
- quickstart.rst
- rstref.rst
- table.rst
- widgets.rst
- altair.ipynb
- bokeh.ipynb
- bqplot.ipynb
- datagrid.ipynb
- datasets.ipynb
- ipysheet.ipynb
- lineup.ipynb
- matplotlib.ipynb
- nvd3.ipynb
- perspective.ipynb
- plotly.ipynb
- widgets.ipynb
- .gitignore
- nyt_255_ces.csv
- nyt_255_wages.csv
- report_nyt_255.py
- run.sh
- .gitignore
- app.py
- run.sh
- tickers.csv
- .gitignore
- app.py
- run.sh
- yield_curve.csv
- app.py
- run.sh
- highcharts.js
- index.html
- live-data.html
- .gitignore
- flask-live-chart.py
- README.md
- Untitled.ipynb
- Untitled1.ipynb
- Untitled2.ipynb
- Beat Frequencies.ipynb
- Exploring Graphs.ipynb
- Factoring.ipynb
- Image Browser.ipynb
- Lorenz Differential Equations.ipynb
- 1_Widget Basics.ipynb
- 2_Widget List.ipynb
- 3_Output Widget.ipynb
- 4_Widget Events.ipynb
- 5_Widget Styling.ipynb
- 6_Widget Asynchronous.ipynb
- 7_Widget Alignment.ipynb
- Using Interact.ipynb
- DataShaderExample.ipynb
- ipympl.ipynb
- ipysheet.ipynb
- iris_dashboard.ipynb
- __init__.py
- cfgen.py
- data_cufflinks.py
- data_sklearn.py
- other.py
- __init__.py
- convert_to_script.py
- remove_output.py
- __init__.py
- __init__.py
- grid_ipysheet.py
- grid_lineup.py
- grid_phosphor.py
- grid_plotly.py
- grid_psp.py
- grid_qgrid.py
- __init__.py
- plot_altair.py
- plot_bokeh.py
- plot_bqplot.py
- plot_matplotlib.py
- plot_nvd3.py
- plot_perspective.py
- plot_plotly.py
- plotobj.py
- plotutils.py
- __init__.py
- variable_inspector.py
- __init__.py
- __main__.py
- utils.py
- __init__.py
- test_all.py
- __init__.py
- __init__.py
- test_grid_plotly.py
- test_grid_psp.py
- test_grid_qgrid.py
- __init__.py
- test_plot.py
- test_plot_bokeh.py
- test_plot_matplotlib.py
- test_plot_plotly.py
- __init__.py
- test_all.py
- test_utils.py
- .gitattributes
- .gitignore
- CONTRIBUTING.md
- LICENSE
- Makefile
- MANIFEST.in
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/timkpaine/lantern
Downloads the entire project code from GitHub to your computer.
cd lantern
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Type this command into your terminal and run it.
jupyter labextension install plotlywidget
Type this command into your terminal and run it.
jupyter labextension install @jupyterlab/plotly-extension
Type this command into your terminal and run it.
jupyter labextension install jupyterlab_bokeh
Type this command into your terminal and run it.
jupyter labextension install qgrid
Type this command into your terminal and run it.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
