Which notebook output should be chosen for setting such a URL?
You should be selecting the Custom File Output option. You can read more about that option in our documentation.
Please confirm the URL is within the Losant Domain and not external.
I can’t confirm that the URL will be of the Losant Domain or External. I would suggest, using the Custom File Output, running a test where a Notebook Trigger Node connects directly to a Debug Node. This would allow you to see the actual payload, and the actual URL.
Is setting the URL as a Jupyter Notebook Output conducted from within Losant
The URL is generated through our backend services, we do not pick/set the URL on our end.
I’m happy to hear that this solution has been fruitful for you!
can you please confirm the same URL will be generated every time the Notebook is executed?
Could you tell me if are looking for the same URL format or the exact same URL? The URL will never be the exact same URL as the URL you received the time before, each is a temporary link. However, it will still come from the domain of storage.googleapis.com/losant-exports/, when received from the Notebook Trigger.
I also wanted to make sure that you knew that when you are using the Custom File Output option as you are, the files generated are being sent to the Losant Application Files directory you set in the Choose a Location configuration option.
Using the example above, every time the notebook runs, it will place a model.h5 in application files, and rewrite it each time. And, after notebook run will always be at https://files.onlosant.com/{{ the application id}}/{{the name of my notebook}}/model.h5. If you need to have the exact same URL every time, this would be the only way to accomplish that.
Please let me know if you have any more questions.