Linked Questions

2 votes
2 answers
11k views

I have python3 in my jupyter notebook but I want to make it for python2 as well. How can I install for both versions?
Souvik Maity's user avatar
6 votes
1 answer
4k views

I would like to configure jupyter to allow me to run python 2.7 and 3.4 kernels at the same time side-by-side in two different notebooks (or maybe even switch from one to the other in a single ...
Chris's user avatar
  • 3,506
0 votes
0 answers
175 views

I have two versions of Python (2 and 3) installed. How can I run Jupyter notebook only with the Python 2 interpreter?
mathdatastatsml's user avatar
605 votes
26 answers
678k views

I installed Anaconda (with Python 2.7), and installed Tensorflow in an environment called tensorflow. I can import Tensorflow successfully in that environment. The problem is that Jupyter Notebook ...
user31039's user avatar
  • 6,669
382 votes
25 answers
648k views

My Jupyter notebooks installed with python 2 kernel. I do not understand why. I might have messed something up when I did the install. I already have python 3 installed. How can I add it to Jupyter? ...
quickbug's user avatar
  • 4,878
353 votes
17 answers
525k views

I have jupyter/anaconda/python3.5. How can I know which conda environment is my jupyter notebook running on? How can I launch jupyter from a new conda environment?
RockScience's user avatar
  • 18.7k
174 votes
5 answers
359k views

Typically one runs jupyter notebook or jupyter-notebook or ipython notebook in a terminal to start a Jupyter notebook webserver locally (and open the URL in the browser). When using conda and conda ...
lumbric's user avatar
  • 9,383
82 votes
7 answers
86k views

I've gotten myself into some kind of horrible virtualenv mess. Help?! I manage environments with conda. Until recently, I only had a python2 jupyter notebook kernel, but I decided to drag myself ...
Paul Gowder's user avatar
  • 2,559
73 votes
7 answers
103k views

I'm trying to set a good environnement for doing some scientific stuff with python. To do so, I installed Jupyter & miniconda. Then I want to be able to have different environnement and use them ...
tdehaeze's user avatar
  • 893
44 votes
2 answers
98k views

I have successfully installed a library with pip install <library-name>. But when I try to import it, python raises ImportError: No module named <library-name>. Why do I get this error and ...
cel's user avatar
  • 31.5k
26 votes
5 answers
16k views

I have always wondered if it were possible to run PyPy in the Jupyter notebook. I recently tried installing PyPy on my local machine, and it ran really well - 100X speedup in an agent-based simulation ...
ericmjl's user avatar
  • 14.9k
18 votes
5 answers
22k views

I have both Python 2.7 and 3.5 installed. If I run a script from the command line using python, it uses Python 2.7, but if I launch iPython, it uses Python 3: kurt@kurt-ThinkPad:~$ python -V Python 2....
Kurt Peek's user avatar
  • 58.5k
16 votes
2 answers
88k views

Both Python 2.7 and 3.6 are installed by default in Ubuntu 18. But I wish to use the Anaconda Python with conda package manager. To avoid any conflicts I wish to completely remove the default Python 3....
Sandip Nath's user avatar
9 votes
9 answers
30k views

I have installed Tensorflow and Keras by Anaconda (on Windows 10), I have created an environment where I am using Python 3.5.2 (the original one in Anaconda was Python 3.6). When I try to execute ...
Simone's user avatar
  • 4,980
8 votes
4 answers
22k views

My question actually has two parts. So I just started to learn python language and downloaded Anaconda. My friend recommended me to use Jupyter since it's relatively easy to use for beginners. 1) He ...
Dr.Ragdoll's user avatar

15 30 50 per page
1
2 3 4 5