We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e8f1c commit 7edae89Copy full SHA for 7edae89
src/jupyter_matlab_kernel/kernel.py
@@ -89,7 +89,6 @@ def start_matlab_proxy():
89
# incase the jupyter server is started by JupyterHub.
90
jh_api_token = os.getenv("JUPYTERHUB_API_TOKEN")
91
92
-
93
url = "{protocol}://localhost:{port}{base_url}matlab".format(
94
protocol="https" if nb_server["secure"] else "http",
95
port=nb_server["port"],
0 commit comments