Jupyter Notebooks to Scripts: Plotting Woes when Converting Jupyter Cells to Python
I’m porting ipynb lab notebooks to python scripts in mycharm IDE. Course 1 week3 notebook examples use plotting tools in C:\Users..\plt_one_addpt_onclick.py which give me error: File “C:\Users\shonc\PycharmProjects\ML_supervised\plt_one_addpt_onclick.py”, line 66, in init How can I resolve/fix this



