This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
labs:sqlalchemy [2017/05/19 12:50] brunnegi |
labs:sqlalchemy [2020/08/31 21:04] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
- Open terminal | - Open terminal | ||
- | - Execute <code> ./opt/Uebungen/DatabaseLab/setup.sh </code> | + | - Execute the script <code> /opt/Uebungen/DatabaseLab/setup.sh </code> |
- Execute <code> source ~/.bashrc </code> | - Execute <code> source ~/.bashrc </code> | ||
- | - Navigate to the folder for this lab: <code> cd local-data/DatabaseLab </code> | + | - Navigate to the folder for this lab: <code> cd /home/lab/local-data/DatabaseLab </code> |
- Create and activate virtual environment | - Create and activate virtual environment | ||
- <code>conda create --name labEnvironment python=3.6 sqlalchemy sqlite pandas numpy matplotlib | - <code>conda create --name labEnvironment python=3.6 sqlalchemy sqlite pandas numpy matplotlib | ||
Line 42: | Line 42: | ||
We have already opened the notebook in the browser. | We have already opened the notebook in the browser. | ||
For the remainder of this lab, you will be working in the Jupyter Notebook. Just follow the instructions there. Have fun! | For the remainder of this lab, you will be working in the Jupyter Notebook. Just follow the instructions there. Have fun! | ||
+ | |||
+ | |||
+ | |||
+ | ===== Python Experts Listen Up! ===== | ||
+ | If you are already familiar with Python, you can skip the Tutorial in the Jupyter Notebook and scroll down to the actual lab exercises! |