pflegende / BetteninventurTH

coming soon
https://demenzpflaster.wordpress.com
0 stars 0 forks source link

permanent Jupyter #2

Closed pflegende closed 3 years ago

pflegende commented 4 years ago

Highly appreciated permanentlink to Jupyter Notebook lab

pflegende commented 3 years ago

example of the easy solution in cppInterpreter

for linking to JupyterLab instead of Jupyternotebook you substitute the Jupyternotebook string for binder

filepath=

with

urlpath=lab/tree/

before: https://mybinder.org/v2/gh/pflegende/XeusClingMatplotLibExample.git/master?filepath=cppInterpreter.ipynb

after: https://mybinder.org/v2/gh/pflegende/XeusClingMatplotLibExample.git/master?urlpath=lab/tree/cppInterpreter.ipynb

try it:

jupyter-notebook: Binder

jupyter-lab: Binder

pflegende commented 3 years ago

comes from binder doc