Skip to content

Instantly share code, notes, and snippets.

View glyg's full-sized avatar

Guillaume Gay glyg

View GitHub Profile
@jburel
jburel / README.md
Last active June 22, 2020 07:48
Pass parameters to notebook using URL

Connect to OMERO, passing parameters as URL query parameters

This notebook requires the parameters host, username, passwd

If you already have a notebook opened you can pass the parameters by adding this query string to the URL in your browser:

?host='HOST'&username='USERNAME'&passwd='PASSWD'

or