Question: How to import the module 'datascience' from where? jupyter lec01 Last Checkpoint: an hour ago (autosaved) J u pyter lecOl Last Checkpoint: an hour ago
How to import the module 'datascience' from where?
jupyter lec01 Last Checkpoint: an hour ago (autosaved)
J u pyter lecOl Last Checkpoint: an hour ago (autosaved) File Trusted Logout Python 3 (ipykernel) O Edit In [11]: View Insert Cell Run Kernel Widgets Code from datascience import * import numpy as np %matplotlib inline import matplotlib. pyplot plots as plots . style . use( 'fivethirtyeight ' ) import warnings warnings . simplefilter( action=" ignore" , from urllib.request import urlopen Help category=FutureWarning) import re def read_url(url): return re.sub( ' , ModuleNotFoundError urlopen(url) . read() . decode()) Traceback (most recent call last) py in --- > 1 from datascience import * 2 import numpy as np get_ipython() . 'matplotlib' , 'inline ' ) 3 4 import matplotlib.pyplot as plots plots . style. use( ' fivethirtyeight ' ) 5 ModuleNotFoundError: No module named 'datascience '
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
