OpenEnergyPlatform / academy

The Open Energy Academy is a collection of courses, tutorials, and questions for the Open Energy Family
https://openenergyplatform.github.io/academy/
GNU Affero General Public License v3.0
16 stars 6 forks source link

present jupyter notebooks (e.g. for data upload) executable online #173

Open tillmo opened 4 years ago

tillmo commented 4 years ago

this is possible e.g. with binder, see also e.g. here Note that a jupyter notebook has an upload button on the top right, so you can upload data into the binder virtual machine, and from there via python in the notebook to the oep.

From a chat I got: The JupyterLab interface even allows drag-and-drop upload. That first section here tells you how to switch interfaces on typical MyBinder-launched sessions. In JupyterLab, the file browser is in a pane on the left side. You can click on and drag a file from your local computer to the pane and a gray dashed line will light up indicating you are ready to release your mouse to drop it in.

jh-RLI commented 4 years ago

See OpenEnergyPlatform/oeplatform#462