You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, I'm open to exploring. NodeJS is not usually my cup of tea but I'm happy to try learn. I noticed some references to baseUrl in the codebase and this feature seems to already be on the roadmap (sorry!).
For anyone else needing this now, I found https://github.com/line/jnotebook_reader that does support this. I'd like to stick with nteract/commuter since we use papermill a lot.
By default commuter runs on http://hostname:4000/
Could we add a parameter such as COMMUTER_URL_PREFIX that could change the URL?
As an example if I were to do this:
Then commuter would respond to this:
http://hostname:4000/commuter/
I have a build server with nginx in front that I'd like to host commuter so people can easily lookup their papermill jobs that run.
The text was updated successfully, but these errors were encountered: