hi ,
I have followed your instructions and tried to install
conda env create -f https://quantra.quantinsti.com/downloads/general/environment.yml
on the local machine.
It installs as expected , but when i am trying to do jupyter notebook
it opens even the editor on the web broswer.
But it is unable to find the
Cell In[1], line 8
6 import warnings
7 warnings.filterwarnings(‘ignore’)
----> 8 import matplotlib.pyploy as plt
9 #import cufflinks as cf
10 #from plotly.offline import download_plotlyjs, init_notebook_mode, plot, iplot
11 #init_notebook_mode(connected=True)
12 #cf.go_offline()
13 print(“Hello1”)
ModuleNotFoundError: No module named ‘matplotlib.pyploy’
I tried to install matplotlib library on the environment but issue is not getting resolved.
Can you please help on this?