https://github.com/fonsp/pluto-on-binder
https://github.com/fonsp/pluto-on-binder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fonsp/pluto-on-binder
- Owner: fonsp
- License: unlicense
- Created: 2020-09-08T22:04:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T14:36:01.000Z (over 1 year ago)
- Last Synced: 2025-03-10T11:02:17.364Z (about 1 year ago)
- Language: Julia
- Homepage: https://binder.plutojl.org/
- Size: 110 KB
- Stars: 46
- Watchers: 4
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to run Pluto on binder
You can use binder to run notebooks for free on the web.
### Step 1
**Upload your notebook to the web**, and copy the link to your notebook file. An easy way to put notebook files online is using [https://gist.github.com/](https://gist.github.com/)
### Step 2
Go to [https://pluto-on-binder.glitch.me/](https://pluto-on-binder.glitch.me/) and paste your notebook link into the box. This will **generate a binder link** for your notebook that you can share with your friends!
> [https://pluto-on-binder.glitch.me/](https://pluto-on-binder.glitch.me/)
# Automatic Binder and HTML exports
If you have a repository with Pluto notebooks and you want to automatically generate HTML exports with a Binder button using GitHub Actions and GitHub Pages, take a look at our [template repository](https://github.com/JuliaPluto/static-export-template).
# 👀 Note
This is the public repository that gets launched behind the scenes when you use a link generated by [https://pluto-on-binder.glitch.me/](https://pluto-on-binder.glitch.me/).
You probably do **not** want to fork this repository and use it for another project, **these instruction will come soon**. This is also **not** the recommended way to install Pluto as a jupyter extension. For this, we are working on https://github.com/fonsp/pluto-on-jupyterlab.
Reading the source code of this repository might be confusing! But to Pluto's developers: have a look at the different branches, the master branch is for the demo link, all other branches are for other experiments.