Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple notebooks open at once? #9

Open
switham opened this issue Jun 6, 2013 · 0 comments
Open

Multiple notebooks open at once? #9

switham opened this issue Jun 6, 2013 · 0 comments

Comments

@switham
Copy link
Owner

switham commented Jun 6, 2013

Two ways this can happen:

  1. multiple "tabs" or something open on the local user's browser (less likely on Android, right?)
  2. allowing users over the net who are just using a browser.

Trickier to support multiple open notebooks on a phone without multiple tabs. Could be done as a single page flipping its contents by AJAX. "ajaxplexing"

If it is done, the list of notebooks should do the right thing with currently open notebooks:

  • can't go into an already-open one unless ajaxplexing.
  • an external browser user could go into an open notebook by cloning it first. (sharing a live open notebook is not what this issue is about)
  • show if a code block is currently still executing in any.

If we allow external users, that means we need sessions (issue ??)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant