I'm attempting to access the current URL of a Jupyter notebook including parameters, however I'm operating in a custom environment that has disabled direct access to IPython from javascript so I can't use IPython.notebook.kernel.execute. AFAIK all other communication works fine, input widgets still work etc.
Is there a way to retrieve the current URL of the running notebook in Python that doesn't use IPython.notebook.kernel.execute?