nteract / play

The code base for the nteract Play app
https://play.nteract.io/
BSD 3-Clause "New" or "Revised" License
14 stars 19 forks source link

Add ability to open specific files to play #5

Open yuvipanda opened 6 years ago

yuvipanda commented 6 years ago

Related to #6. Would love to have ability to specify which file to open, perhaps as a URL parameter too. This lets us put users into any particular file we want with just a link they can click.

rgbkrk commented 6 years ago

Ah especially if this is done as a Jupyter extension, then we can just use the contents API. Unless you were thinking external storage?