https://github.com/nteract/examples
Example nteract notebooks with links to execution on mybinder.org
https://github.com/nteract/examples
altair binder geojson mybinder notebooks nteract plotly vegalite
Last synced: 1 day ago
JSON representation
Example nteract notebooks with links to execution on mybinder.org
- Host: GitHub
- URL: https://github.com/nteract/examples
- Owner: nteract
- License: bsd-3-clause
- Created: 2018-05-09T15:40:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:54:04.000Z (over 2 years ago)
- Last Synced: 2025-03-30T21:02:21.967Z (23 days ago)
- Topics: altair, binder, geojson, mybinder, notebooks, nteract, plotly, vegalite
- Language: Jupyter Notebook
- Homepage:
- Size: 2.22 MB
- Stars: 27
- Watchers: 39
- Forks: 21
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nteract example notebooks
**Go ahead and give these notebooks a try!**
This repository has collections of **nteract** notebooks to try out on Binder. Click the link of an individual example or the language heading for a bundle of notebooks.
## [Python](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython)
* [The Notable Nteract Notebook](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fintro.ipynb)
* [Try out Vega through Altair](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Faltair.ipynb)
* [Make Progress (Bars) with Updatable Outputs](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fdisplay-updates.ipynb)
* [Glean the Download Statistics for nteract Desktop](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2download-stats.ipynb)
* [Explore Your World with GeoJSON](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fgeojson.ipynb)
* [Exploring Happiness Across Countries](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fhappiness.ipynb)
* [Meet Markdown and Math](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fmarkdown-regression-testing.ipynb)
* [Debug nteract's Super Secret SetIn Models](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fmodel-debug.ipynb)
* [Go from Pandas to GeoJSON](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fpandas-to-geojson.ipynb)
* [Gallery of Plotly Plots](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fplotly.ipynb)
* [Pandas Table Schema Advancements](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Ftable-with-schema.ipynb)
* [VDOMmable Updates with Emojis](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fvdom.ipynb)## [R](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fr)
* [Raw Plotly](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fr%2Fplotlyr.ipynb)
* [VegaLite for R](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fr%2Fvegalite-for-r.ipynb)## [node.js](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fnode.js)
* [Exploring Custom Revival with JSON.parse - Immutable Revival](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fnode.js%2Fimmutable-revival.ipynb)
## [dotnet](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fdotnet)
* [Repo statistics (C#)](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fdotnet%2Fcsharp%2Frepo-statistics.ipynb)
* [Housing ML (C#)](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fdotnet%2Fcsharp%2Fhousing-ml.ipynb)
* [Repo statistics (F#)](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fdotnet%2Ffsharp%2Frepo-statistics.ipynb)
* [Housing ML (F#)](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fdotnet%2Ffsharp%2Fhousing-ml.ipynb)
* [Managing Azure (PowerShell)](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fdotnet%2Fpowershell%2Fmanaging-azure.ipynb)## Use your nteract notebooks on Binder
* Head over to [mybinder.org](https://mybinder.org).
* Enter the URL of the repo containing your nteract notebooks.
* Press *Launch*.## Contribute your notebooks!
Have you created an nteract notebook that you would like to share with others? We welcome pull requests from the community!
```
git clone https://github.com/nteract/examples
cd examples
# Add your notebooks to one of the existing directories or create new ones
# Make a pull request
```