[jupyter] Jupyterhub - Running as service Issue

2017-03-25 Thread testbg2020
Hi, Could anyone please help me? I'm trying to run JupyterHub as a service and created the jupyterub.service and have it under /etc/systemd/system in my Linux RedHat Server. I'm using default configuration. When I access the Jupyterhub url from a different machine, I get 500 error after login. C

[jupyter] Re: Trouble Installing JupyterHub as a service on RHEL 7

2017-03-25 Thread testbg2020
Hi, Could you please let me know whether you got this resolved? If so, could you send me the resolution/fix? I'm also getting the same error. Thanks! On Wednesday, April 13, 2016 at 10:17:18 PM UTC-5, Michael Metts wrote: > > Hello, > > I would like to try to get some help with our JupyterHub ins

Re: [jupyter] Jupyterhub - Running as service Issue

2017-03-30 Thread testbg2020
Hi, Thanks! This helps. On Monday, March 27, 2017 at 6:49:23 AM UTC-5, Min RK wrote: > On Sat, Mar 25, 2017 at 5:01 PM, > wrote: > > Hi, >> Could anyone please help me? I'm trying to run JupyterHub as a service >> and created the jupyterub.service and have it under /etc/systemd/system in >> my

[jupyter] Add Python2 Kernel

2017-03-30 Thread testbg2020
Hi, Could anyone please shed some light on the below? I have both anaconda2 and anaconda3 installed. However, I see only anaconda 3's python 3 kernel in the kernels list when I list the available kernels using 'jupyter kernelspec list'. Also, in jupyterhub, I don't see anaconda2's python kernel.

[jupyter] Microsoft R Kernel

2017-03-30 Thread testbg2020
Hi, Could anyone please let me know how to add the R Kernel in JupyterHub? I don't want to install via Anaconda as it uses the latest version of R. I want to use the R version that I have already installed in the machine. Tried by creating a new kernel.json file for R and pointed to my R location

[jupyter] Spyder IDE

2017-03-30 Thread testbg2020
Hi, I've installed anaconda3.x in my Linux machine. This comes by default with Spyder IDE. Could anyone please let me know how to start the IDE from the Linux box. Since, I cannot open an IDE directly from the Linux box, looks like I need to export a variable. Any help would be greatly helpfu

[jupyter] Kernels

2017-04-04 Thread testbg2020
Hi, Could anyone please provide some details on how to resolve the below issues? 1. I have Anaconda 3 installed. I have also JupyterHub and Jupyter notebook installed. When I run jupyter kernelspec list command, I see the python3 kernel picked up from the below location, python3 /anaconda3/

[jupyter] Kernel missing

2017-04-04 Thread testbg2020
Hi, Could anyone please provide some details on how to resolve the below issues? I have Anaconda 2 and 3 installed. I have also JupyterHub and Jupyter notebook installed. When I run jupyter kernelspec list command, I see the python2 and python3 kernel picked up from the below location. python3

[jupyter] Re: Add Python2 Kernel

2017-04-04 Thread testbg2020
Thanks! Missed this post. I have Anaconda 2 and 3 installed. I have also JupyterHub and Jupyter notebook installed. When I run jupyter kernelspec list command, I now see the python2 and python3 kernel picked up from the below location. python3 /anaconda3/lib/python3.5/site-packages/ipykern

[jupyter] Re: Spyder IDE

2017-04-04 Thread testbg2020
Yes, I did run the command in the terminal and get the below error. $spyder -ksh: logname: not found [No such file or directory] -ksh: hostname: not found [No such file or directory] Not sure whether this is related to any shell script issue. I do have all the shells available. Thanks in adva

[jupyter] conda and python default kernel

2017-04-04 Thread testbg2020
Hi, Could anyone provide some details on the below? I have anaconda2 and anaconda3 installed. In Jupyter Notebook, I see conda and python [default] kernel. 1. What is this conda kernel? When this would be useful? 2. How to remove the conda kernel if I don't need it and add it back later? 3. I

Re: [jupyter] Kernel missing

2017-04-04 Thread testbg2020
Thomas, Thanks! Could you please let me know what command(s) do I need to run to install the kernelspec in a separate location to find python2 kernel? Also, could you let me know what the separate location would be ? If these details are in a document, could you please send me the link. Thanks

[jupyter] Jupyter launch

2017-04-11 Thread testbg2020
Hi, Could you please let me know what can I do to run Jupyter by specifying the fully qualified hostname / servername? Ex: http://servernaleA.com: Can this be configured in the config file? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "P

[jupyter] Kernel setup

2017-04-11 Thread testbg2020
Hi, Could anyone shed some light on the below? I have added R kernel and it is working fine in Jupyter. In JupyterHub, I get dead kernel error. Restarting didn't help. Could anyone please let me know what can be done to resolve the issue? Thanks! -- You received this message because you are su

Re: [jupyter] Re: Spyder IDE

2017-04-11 Thread testbg2020
Carlos, Thanks! So, I just need to type 'bash' in the command prompt and then , rerun the command? Could you please confirm? I want to make sure that I don't have to modify any other files. Thanks again, On Tuesday, April 4, 2017 at 2:11:38 PM UTC-5, Carlos Córdoba wrote: > Please use bash ins

Re: [jupyter] Kernel missing

2017-04-11 Thread testbg2020
Thanks! The below kernel-install link helped. When I ran the command - python2 -m pip install ipykernel, I got "Requirement already satisfied" message. When I ran the below command, I got the below message. python2 -m ipykernel install --user Installed kernelspec python2 in /home//.local/share/

[jupyter] Missing kernel

2017-04-11 Thread testbg2020
Hi, I have both anaconda2 and anaconda3 installed. However, when I run jupyter kernelspec list, I don't see python2 kernel which is under the below directory. /anaconda2/lib/python3.5/site-packages/ipykernel/resources directory. I even tried adding /anaconda2/bin in the PATH and still no luck.

Re: [jupyter] Kernel setup

2017-04-12 Thread testbg2020
Thanks! I checked the log and didn't find much info. Could anyone please let me know how to resolve this issue? Any information would be helpful. On Wednesday, April 12, 2017 at 3:26:34 AM UTC-5, takowl wrote: > That means that the kernel has crashed. There should be error messages > somewhere

Re: [jupyter] Kernel missing

2017-04-12 Thread testbg2020
Thanks! I ran the python -m ipykernel install and can now see both python2 and 3 under /usr/local.share/jupyter/kernels My questions are 1. Do I need to delete the kernel from site-packages or leave them there 'as is'? 2. Since, now I have both python2 and python3 kernels, does the user need

Re: [jupyter] Missing kernel

2017-04-12 Thread testbg2020
Thanks for the details! If python2 and python 3 kernels need to be available for all users, do the kernels need to be in /usr/share/local/jupyter/kernels directory? I also saw the python3 kernel under site_packages directory when I ran jupyter kernelspec list command before running the command t

Re: [jupyter] Missing kernel

2017-04-12 Thread testbg2020
Thanks for the details! If python2 and python 3 kernels need to be available for all users, do the kernels need to be in /usr/share/local/jupyter/kernels directory? I also saw the python3 kernel under site_packages directory when I ran jupyter kernelspec list command before running the command t

[jupyter] Re: R - DEAD KERNEL - JupyterHub

2017-04-12 Thread testbg2020
Hi Matt, Could you please let me know how you got this issue resolved? I also have the same issue. Appreciate your help. Thanks! On Friday, August 21, 2015 at 7:13:49 PM UTC-5, Matt Gardner wrote: > I have installed JupyterHub on a shared system with local users. I have > also configured the s

Re: [jupyter] Re: Spyder IDE

2017-04-12 Thread testbg2020
Thanks Much! Will try then. On Tuesday, April 11, 2017 at 3:41:29 PM UTC-5, Carlos Córdoba wrote: > > Yes, that's all. > > El 11/04/17 a las 14:17, testb...@gmail.com escribió: > > Carlos, > Thanks! > So, I just need to type 'bash' in the command prompt and then , rerun the > command? Could you

[jupyter] Jupyter Notebook Launch using Server/Host Name

2017-04-12 Thread testbg2020
Hi, Could you please let me know what can I do to run Jupyter by specifying the fully qualified hostname / servername? Ex: http://servernaleA.com: Can this be configured in the config file? Thanks in advance! Show trimmed content -- You received this messag

[jupyter] Change Kernel Display Name

2017-04-13 Thread testbg2020
Hi, I have installed anaconda2 and anaconda3. I can see both Python 2 and Python 3 kernels in Jupyter Hub. However, Python3 kernel is displayed as "Python [default]". Could you please let me know how I can change this name to "Python 3.5" in the kernel display name. I tried changing in kernel.j

[jupyter] Docker Image

2017-04-13 Thread testbg2020
Hi, Could anyone please let me know whether the Docker image is available for Jupyter 5.x I didn't find one. Want to make sure. Thanks! -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails

[jupyter] Other Python UIs

2017-04-13 Thread testbg2020
Hi, Zeppelin is also a Python UI similar to Jupyter. Could anyone let me know how Zeppelin is different from Jupyter? Looking for pros and cons, comparison etc. Thanks! -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from th

[jupyter] Pyspark kernel in Jupyter

2017-04-13 Thread testbg2020
Hi, I have pyspark kernel setup and was able to see and use the kernel in JupyterHub. However, when I run the below code , I get the below error. Could anyone please let me know why I'm getting this error. Below is the line I have in Jupyter Notebook File. print(sc) I'm getting the below error

[jupyter] PySpark Kernel Issue

2017-04-27 Thread testbg2020
Hi, I use Jupyter Notebook. When I use PySpark kernel, I get the below error in the log and the kernel is not working fine. Could anyone please shed some light on how to resolve this? [IPKernelApp] WARNING | Unknown error in handling PYTHONSTARTUP file Thanks! -- You received this message be

[jupyter] Enable autocomplete

2017-07-17 Thread testbg2020
Hi, Could anyone please let me know how to enable autocomplete in Jupyter? Basically, I want to call autocomplete automatically in every cell when the code is written? Thanks! -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe f

[jupyter] List of Python Libtraries

2017-07-17 Thread testbg2020
Could anyone please let me know how to get the list of installed python libraries that has been installed? Is there any python code that can scan a particular directory and get the list of installed libraries? Thanks in advance! -- You received this message because you are subscribed to the Go

[jupyter] JupyterHub - Shared Projects

2017-08-04 Thread testbg2020
Hi, Could anyone please clarify on the below? I have installed Ananconda3.7 that comes with JupyterHub. 1. When I login to JupyterHub, I see the notebooks that are in my home directory. Is this the standard recommended location to store the private notebooks? 2. I'm working with two other user

[jupyter] Jupyter Command Line

2017-08-04 Thread testbg2020
Hi, I'm using the JupyterHub in Linux that comes with Anaconda 3.x . Could anyone please clarify on the below? 1. Can I use the terminal to run the shell commands or jobs ? For example, I have python pyspark code developed in Jupyter and want to run as a Spark Submit Job from within Jupyter

Re: [jupyter] JupyterHub - Shared Projects

2017-08-07 Thread testbg2020
Thanks Much for the answers! This really helps. On Sunday, August 6, 2017 at 6:04:22 AM UTC-5, Min RK wrote: > > > On Fri, Aug 4, 2017 at 5:40 PM, > wrote: > >> Hi, >> Could anyone please clarify on the below? I have installed Ananconda3.7 >> that comes with JupyterHub. >> >> 1. When I login to

Re: [jupyter] Jupyter Command Line

2017-08-07 Thread testbg2020
Thanks Much for the answers! This really helps. On Sunday, August 6, 2017 at 6:00:19 AM UTC-5, Min RK wrote: > > > On Fri, Aug 4, 2017 at 5:44 PM, > wrote: > >> Hi, >> I'm using the JupyterHub in Linux that comes with Anaconda 3.x . >> Could anyone please clarify on the below? >> >> 1. Can I us

[jupyter] Two versions of Python

2017-08-07 Thread testbg2020
Hi, I'm using both python 2 and 3 in my JupyterHub and I have two separate kernels (json file) for each one of them. Could anyone please clarify on the below? 1. The Python 3 is displayed as "Python [default]" in my JupyterHub in the list of notebooks. Where do I have to modify to display it

[jupyter] Scala in Jupyter

2017-08-07 Thread testbg2020
Hi, Is there any matured package that provides scala notebook in JupyterHub? If not available, does anyone know what matured opensource library can I use? Thanks! -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this grou

[jupyter] Jupyter Port

2017-09-12 Thread testbg2020
Hi, Could anyone please help me on the below? I have Jupyter installed in a Linux server. I have like 100 users who will be using Jupyter. 1. Does each user need to launch Jupyter using a dedicated unique port? If not, if all users use the same port for Jupyter, will there be any problem? Thanks

Re: [jupyter] Jupyter Port

2017-09-14 Thread testbg2020
Hi, Thanks! Since, I have Anaconda installed, users can use both Jupyter and JupyterHub. Could you please let me know if the users need to use Jupyter, do they have to use a dedicated port - one for each user? I want to support both Jupyter and JupyterHub for the users. Appreciate your help! O