-
-
Save nicofarr/b91d2c437cb823d0140cfea3baae384d to your computer and use it in GitHub Desktop.
Hey so I now am running in a jupyter notebook and have completed the introduction to jupyter notebook instructions from the website you sent (thanks for that it was quite fun)
I tried following the first instruction from this recipe but have an error!
I should stop asking you so many questions so was thinking maybe I should leave this for a while and try again next week as it keeps having so many errors. What do you think?
ValueError Traceback (most recent call last)
in ()
1 import matplotlib.pyplot as plt
2 import numpy as np
----> 3 import pandas as pd
4 from sklearn.manifold import MDS
5
c:\users\hanna\miniconda3\envs\bunnies\lib\site-packages\pandas_init_.py in ()
24
25 try:
---> 26 from pandas._libs import (hashtable as _hashtable,
27 lib as _lib,
28 tslib as _tslib)
c:\users\hanna\miniconda3\envs\bunnies\lib\site-packages\pandas_libs_init_.py in ()
1 # flake8: noqa
2
----> 3 from .tslib import iNaT, NaT, Timestamp, Timedelta, OutOfBoundsDatetime
4
5 # TODO
pandas_libs\src\numpy.pxd in init pandas._libs.tslib (pandas_libs\tslib.c:117317)()
ValueError: numpy.dtype has the wrong size, try recompiling. Expected 88, got 96

go here and jump directly to the section "Getting Started with Jupyter Notebook"...
Run the following command to open up the application:
jupyter notebookThen you'll see the application opening in the web browser on the following address: http://localhost:8888. (it should open automatically on Firefox / Chorme or whatever browser you are using .