Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Allow running play as a serverextension #6

Open
yuvipanda opened this issue Mar 29, 2018 · 2 comments
Open

Allow running play as a serverextension #6

yuvipanda opened this issue Mar 29, 2018 · 2 comments

Comments

@yuvipanda
Copy link

I want to run play as a serverextension, so I can provide it to users as an application in JupyterHub.

@rgbkrk
Copy link
Member

rgbkrk commented Apr 12, 2018

Here's the sketch we drew last night:

image

A few things from our in-person conversations:

  • Probably not a good idea to borrow much from the next.js app, only extract components we'd like to use amongst both (most are already in @nteract/core)
  • Load direct contents paths /user/kyle/play/some/contents/backed/file.py
  • Assume a python kernel (for now)
  • Ok to start with a text-area, build out the monaco editor component after

(feel free to update the above)

@rgbkrk
Copy link
Member

rgbkrk commented Apr 12, 2018

Some the unanswered questions:

  • Should a new kernel be launched each time the user "runs" it?
  • Do we save every time they run it? (When do we save?)

@rgbkrk rgbkrk transferred this issue from nteract/nteract Jan 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants