Posted under » Linux » Python Data Analysis on 13 Nov 2023
Assuming you have already have Jupyter running.
These are what I consider 'lesser known shortcuts'
To run commands use the exclamation mark
!pip install numpy
For markdown headers use # in front.
You can connect to MySQL using pymysql or peewee
You can connect to MongoDB using pymongo.
To install pandoc for exporting notebook.