Домашно за лекция 1. Python Crash Course
Здравейте, колеги,
Домашното за първата лекция е качено. За да го отворите, трябва да имате Jupyter Notebook (който показах как се инсталира). Разархивирате папката, отваряте http://localhost:8888, навигирате до там, където сте разархивирали, отваряте notebook-a, попълвате го и предавате.
Надявам се първото задание да не е много трудоемко, но все пак задачите са направени така, че да бъдат малко предизвикателни :).
За технически въпроси по домашното, може да питате в тази тема, а за по-генерални въпроси - имаме си цяла секция във форума :).
Hi,
First of all, that's not part of your homework. It's a part of the data analysis I provided as an example.
Second, please read your error message completely. At first, I had the same error. Reading the error message pointed me to a missing package (something.sty).
I've got MikTeX installed in order to render LaTeX. MikTeX has a package system which allows you to install, uninstall and manage packages. It's called MikTeX Package Manager. I just searched for the package, installed it, restarted Jupyter and everything was OK.
Also, I didn't provide comments because as you'll see later in the course, all of these are pretty standard operations :). I usually comment stranger and more difficult points in the code.