Hacker News new | ask | show | jobs
by ramon 2031 days ago
I have a Ubuntu running on a WSL2 with Jupyter Notebooks already on it do you have any recommendation or any url to integrate the two it would be really cool just like you said it sound like a lot of fun :). Or do you just call them separatly?
1 comments

One simple thing you can do is read a table as a data frame with:

  pandas.read_json("http://localhost:8484/api/docs/<document-id>/tables/<table-name>/data")