Re: [jupyter] Jupyter notebook for concurrent logins and shared libraries

2018-03-28 Thread rockssk
JupyterHub is a good idea, but then the authentication and spawners are 
little complex to implement i guess.

On Wednesday, March 21, 2018 at 4:49:53 PM UTC-4, Paul Hobson wrote:
>
> Rockssk,
>
> I think JupyterHub can handle parts 1 and 3:
> https://github.com/jupyterhub/jupyterhub
>
> I'm not sure about your needs for 2, though.
> -paul
>
>
>
> On Wed, Mar 21, 2018 at 1:42 PM, rockssk  
> wrote:
>
>> All,
>>
>>we have multiple python projects going on currently , each have their 
>> own virtual environment and maintain the dependant packages/libraries 
>> within the venv
>>   
>>We are looking for a solution where 
>>   1. Multiple developers can login at the same time into a central 
>> notebook app, and execute code within their venv
>>   2. Maintain dependent libraries/packages at a central location.
>>   3. Be able to execute python and pyspark code from the notebook
>>
>>
>> Any pointers/solution is much appreciated
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Project Jupyter" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jupyter+u...@googlegroups.com .
>> To post to this group, send email to jup...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jupyter/85ac7264-fb12-424c-baef-94206e0147e5%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/d5e3e1b3-1363-43f4-b6a6-38c253f05757%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Jupyter notebook for concurrent logins and shared libraries

2018-03-28 Thread rockssk
Thanks Paul for your suggestion,

 here is what we are planning now, to have a seperate notebook server per 
venv/project and let all developers within the project to access the same 
notebook server, will look at the kernel.json .

On Wednesday, March 21, 2018 at 5:29:00 PM UTC-4, Michael Milligan wrote:
>
> For #2 it depends on how complex your dependencies are, but in general 
> making each virtual environment available as a Jupyter kernel should do 
> what you want. Hint: you'll want to edit the "kernel.json" files to give 
> them descriptive names for the UI! 
>
> On Wed, Mar 21, 2018 at 3:49 PM, Paul Hobson  > wrote:
>
>> Rockssk,
>>
>> I think JupyterHub can handle parts 1 and 3:
>> https://github.com/jupyterhub/jupyterhub
>>
>> I'm not sure about your needs for 2, though.
>> -paul
>>
>>
>>
>> On Wed, Mar 21, 2018 at 1:42 PM, rockssk  
>> wrote:
>>
>>> All,
>>>
>>>we have multiple python projects going on currently , each have their 
>>> own virtual environment and maintain the dependant packages/libraries 
>>> within the venv
>>>   
>>>We are looking for a solution where 
>>>   1. Multiple developers can login at the same time into a central 
>>> notebook app, and execute code within their venv
>>>   2. Maintain dependent libraries/packages at a central location.
>>>   3. Be able to execute python and pyspark code from the notebook
>>>
>>>
>>> Any pointers/solution is much appreciated
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Project Jupyter" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to jupyter+u...@googlegroups.com .
>>> To post to this group, send email to jup...@googlegroups.com 
>>> .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jupyter/85ac7264-fb12-424c-baef-94206e0147e5%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Project Jupyter" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jupyter+u...@googlegroups.com .
>> To post to this group, send email to jup...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jupyter/CADT3MEAWppBaqnw3Cpq%2B0e-nmOaxYqq8Rvv5yr4gPG_ef%2B4u1Q%40mail.gmail.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/c7b0914d-6d53-4f21-b97b-598d541ad1da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Jupyter notebook for concurrent logins and shared libraries

2018-03-21 Thread Michael Milligan
For #2 it depends on how complex your dependencies are, but in general
making each virtual environment available as a Jupyter kernel should do
what you want. Hint: you'll want to edit the "kernel.json" files to give
them descriptive names for the UI!

On Wed, Mar 21, 2018 at 3:49 PM, Paul Hobson  wrote:

> Rockssk,
>
> I think JupyterHub can handle parts 1 and 3:
> https://github.com/jupyterhub/jupyterhub
>
> I'm not sure about your needs for 2, though.
> -paul
>
>
>
> On Wed, Mar 21, 2018 at 1:42 PM, rockssk  wrote:
>
>> All,
>>
>>we have multiple python projects going on currently , each have their
>> own virtual environment and maintain the dependant packages/libraries
>> within the venv
>>
>>We are looking for a solution where
>>   1. Multiple developers can login at the same time into a central
>> notebook app, and execute code within their venv
>>   2. Maintain dependent libraries/packages at a central location.
>>   3. Be able to execute python and pyspark code from the notebook
>>
>>
>> Any pointers/solution is much appreciated
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Project Jupyter" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jupyter+unsubscr...@googlegroups.com.
>> To post to this group, send email to jupyter@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/jupyter/85ac7264-fb12-424c-baef-94206e0147e5%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/CADT3MEAWppBaqnw3Cpq%2B0e-nmOaxYqq8Rvv5yr4gPG_ef%2B4u1Q%
> 40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAPuy8gq1pnaov1uht36-vOrV4Gb9dHrHQxZjzhadnJAZrZw8tg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Jupyter notebook for concurrent logins and shared libraries

2018-03-21 Thread Paul Hobson
Rockssk,

I think JupyterHub can handle parts 1 and 3:
https://github.com/jupyterhub/jupyterhub

I'm not sure about your needs for 2, though.
-paul



On Wed, Mar 21, 2018 at 1:42 PM, rockssk  wrote:

> All,
>
>we have multiple python projects going on currently , each have their
> own virtual environment and maintain the dependant packages/libraries
> within the venv
>
>We are looking for a solution where
>   1. Multiple developers can login at the same time into a central
> notebook app, and execute code within their venv
>   2. Maintain dependent libraries/packages at a central location.
>   3. Be able to execute python and pyspark code from the notebook
>
>
> Any pointers/solution is much appreciated
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/85ac7264-fb12-424c-baef-94206e0147e5%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CADT3MEAWppBaqnw3Cpq%2B0e-nmOaxYqq8Rvv5yr4gPG_ef%2B4u1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[jupyter] Jupyter notebook for concurrent logins and shared libraries

2018-03-21 Thread rockssk
All,

   we have multiple python projects going on currently , each have their 
own virtual environment and maintain the dependant packages/libraries 
within the venv
  
   We are looking for a solution where 
  1. Multiple developers can login at the same time into a central 
notebook app, and execute code within their venv
  2. Maintain dependent libraries/packages at a central location.
  3. Be able to execute python and pyspark code from the notebook


Any pointers/solution is much appreciated

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/85ac7264-fb12-424c-baef-94206e0147e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.