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

Research/ticket 55/Multiuser ipython notebooks on the server? #29

Open
bdfhjk opened this issue Mar 15, 2016 · 2 comments
Open

Research/ticket 55/Multiuser ipython notebooks on the server? #29

bdfhjk opened this issue Mar 15, 2016 · 2 comments

Comments

@bdfhjk
Copy link
Collaborator

bdfhjk commented Mar 15, 2016

We will soon release an alpha version and start collecting the data.

Our research team should be able to look at it and test their algorithms on the server, without downloading this data (because it's sensitive).

The proposed solution is to use a mulituser ipython notebook, so everyone can load data from database, run an algorithm (using scikit-learn, tensorflow) and check the results. This will let us get some practical knowledge about both prototyped algorithms and collected data.

But we are not sure if it's
a) safe
b) easy to set-up
c) the best possible way.

The scope of this ticket is to explore this area and create a small (0.5 A4) summary about advantages / disadvantages of this solution, possible alternatives and recommended way of resolving this problem.

@MSusik
Copy link
Collaborator

MSusik commented Mar 15, 2016

There is no support for multiple users in Ipython notebook.

However, every user can have his own notebook on the server.

@bdfhjk
Copy link
Collaborator Author

bdfhjk commented Mar 18, 2016

I know about the multiple users' mod for ipython notebook, but I'm not confident about its state. We will have production data on the server, so let's try to make it as secure as possible.

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

2 participants