Hi, On 7 August 2017 at 11:16, <[email protected]> wrote:
> 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 as "Python 3.5" in my JupyterHub > in the list of notebooks. > > The "[default]" bit probably means you're using the nb_conda_kernels extension, which replaces our handling of kernelspecs with a mechanism to find kernels in conda envs. That can be convenient, but if you'd rather control the available kernels with kernel.json files, you can remove the package. > 2. When I install a python package, what command can I use to get it > installed in both python 2 (anaconda2) and python3 (anaconda3)? > > Do I need to run conda install command in ananconda 2 and anaconda3? > Yup. Each Python has its own separate collection of installed packages, and installing a package adds it to whichever one you're using to install it. -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qieVBzKz%3Dfue9p2Q3S7d82yc2e%2BSjfMMvOM1NCZeu3PCg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
