graphsense-dashboard icon indicating copy to clipboard operation
graphsense-dashboard copied to clipboard

provide simple notebook flow via (colab etc).

Open soad003 opened this issue 1 year ago • 3 comments

It would be cool to

  1. ~~have a link in our example/tutorial repos to open them directly in colab.~~
  2. have a way to get an api key in an efficient manner to run the examples (maybe just add a link to the website form)
  3. in the optimal case it would be great if we could link the dashboard and colab somehow. Somthing like a open in colab that directly opens a notebook that shows the selected address/cluster the user selected.

soad003 avatar Jun 19 '23 10:06 soad003

Some additional ideas of how to link the dashboard with collab.

  1. Open transactions in collab -> to do advanced filtering, storing
  2. Open neighbors in collab

soad003 avatar Aug 29 '23 11:08 soad003

Added links to open notebooks in colab to our api tutorial (https://github.com/iknaio/iknaio-api-tutorial)

soad003 avatar Aug 30 '23 07:08 soad003

The problem with the other workflows is currently passing the api key and the tx_hash/address/entity id to the notebook.

The closest think is providing a form input (https://colab.research.google.com/notebooks/forms.ipynb) where users have to manually copy data.

soad003 avatar Aug 30 '23 07:08 soad003