Questions tagged as 'ipython'

0
answers

Challenge solution of the 8 queens in python

What the challenge is: Hello people, I do not know if you know the challenge of the 8 queens. If you do not know it, I'll explain it to you shortly. We have a chess board like any other and you have to place 8 queens on the board without bein...
asked by 09.06.2018 / 05:13
0
answers

Assignment of values to parameters in ISO 8583 with python

I am new to the creation of sockets and frames for virtual card transactions or reloads, I am currently working with python and its iso 8583 library, so I am seeing the need to see how I can assign the parameters to the library correctly , the e...
asked by 24.07.2018 / 20:42
0
answers

ImportError in the jupyter notebook despite installing the library called

I tried to import a library but it does not seem to be added to jupyter notebook import sys print("sys.executable:\n",sys.executable) print("sys.path:\n",sys.path) from textblob import TextBlob And he gives me: sys.executable:...
asked by 03.08.2018 / 12:29
0
answers

Anaconda spyder "There is no IPython interpreter to execute ..."

When I try to run my program .py in Anaconda-spyder I get a pop-up with the following error:    "There is no IPython interpreter to run program_name.py Please favor a new one and try again" I lack administrator permissions on the curr...
asked by 27.06.2018 / 17:08
0
answers

UnicodedecodeError ipython

Good, I'm trying to graph some data from an experiment and the terminal has not stopped giving me dislikes. I put the code here: from matplotlib import * squares1=[0.0,0.004,0.006,0.009,0.012,0.016,0.018,0.021] #desplazamiento eje x en metros...
asked by 12.01.2018 / 02:57
1
answer

How to add an image to a Notebook in Jupyter

I'm using the following line to add images from the internet: ! [Imagen] (http://animals.sandiegozoo.org/sites/default/files/2016-09/animals_hero_armadillo_0.jpg) This has worked for me, but I've tried this: ! [Imagen] (~ / Usuarios /...
asked by 11.06.2017 / 04:17