orlandpm / Math-for-Programmers

Source code for the book, Math for Programmers
818 stars 388 forks source link

what is "vector_drawing"? #7

Open mjrams73 opened 3 years ago

mjrams73 commented 3 years ago

when I try to import vector_drawing, I get an error. what am I doing wrong? thanks.

SeveneduS commented 3 years ago

@mjrams73 What exactly do you receive in error message? I tried both 02 and 05 Chapters and both work fine for me.

mjrams73 commented 3 years ago

"No module name 'vector_drawing'". I think I'm figuring it out. total noob. gotta load up vector_drawing.py and then turn it into a notebook, right? I was treating it like a pre-existing package. unfamiliar with modules.

mjrams73 commented 3 years ago

nope. still no clue how to get it to work. any guidance is greatly appreciated.

SeveneduS commented 3 years ago

So I am doing the following steps and everything works fine:

mjrams73 commented 3 years ago

thanks! I'll let you know how it goes.