Hi, I have a webpage that collects data, stores it as a python anywhere SQL database. Now I would like to import this data into pythonanywhere Jupyter Notebook. How can this be done? thanks in advance
Hi, I have a webpage that collects data, stores it as a python anywhere SQL database. Now I would like to import this data into pythonanywhere Jupyter Notebook. How can this be done? thanks in advance
You can just connect to your MySQL database from a Jupyter notebook on PythonAnywhere with the same code that you would use to connect to it from any Python script. What code are you using to connect from inside your website's code?