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

Share notebooks *interactively* between phones. #15

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

Share notebooks *interactively* between phones. #15

switham opened this issue Jun 8, 2013 · 0 comments

Comments

@switham
Copy link
Owner

switham commented Jun 8, 2013

This means, someone on another phone can open notebooks from my phone's server, run the python code (on my server), save changes (on my server), etc.

Distinct from fetching read-only copies of notebooks, [https://github.com//issues/11]

The problem here isn't serving the interactive notebook page (already semi-working), but that this feature needs sessions to prevent people from scrambling each other's work, and logins for security. Also, to implement it one needs to know whether the user came in from this device or another [https://github.com//issues/13]

Not just logins, but a place where I set the permission for other people to run notebooks on my device. Normally one would not want to do this. So, turn the whole feature off and on, and for each notebook, not allowed, allowed for certain people, allowed for everyone (?).

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