Cyberhub Home

Prerequisites

1. Create a New Jupyter Notebook

Customize your Jupyter Notebook

To view your Jupyter Notebook in full screen, paste the following code in the top cell and run it

from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))

Install the necessary packages

!pip3 install pymysql
!pip3 install ipython-sql
!pip3 install mysqlclient