tmpnb icon indicating copy to clipboard operation
tmpnb copied to clipboard

Passing arguments via URL?

Open gibiansky opened this issue 8 years ago • 7 comments

I'd like to use tmpnb in a custom application. I need to be able to generate links, which, when clicked, take users to a notebook prepared for them. I can do the preparation by overriding --command and --image; however, somehow I have to have those links pass information to tmpnb, and, ideally, skip the homepage and go directly to a notebook.

Is there a way to do this? Specifically, the following:

  • Pass arguments to --command through the URL that the HTTP proxy gets.
  • Skip the homepage and go directly to a notebook.

Thanks!

gibiansky avatar Jan 07 '16 17:01 gibiansky