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
Is your feature request related to a problem? Please describe.
I'd like to be able to launch a notebook on my laptop, and give a labmate or student sitting nearby access to edit. However, the default URL when l use Share will be localhost so I have to:
Use ifconfig (no idea what I would do on windows)
extract my IP address
manually replace it in the URL
Describe the solution you'd like
Add an option (or even as default) to replace localhost with my IP address (maybe with a checkbox for private/public IP)
Describe alternatives you've considered
Manually doing this, or building a script that autoreplaces this for me
Additional context
Python package version: 0.2.4
Extension version: 0.2.4
Operating System and its version: popos 21.04
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd like to be able to launch a notebook on my laptop, and give a labmate or student sitting nearby access to edit. However, the default URL when l use
Share
will belocalhost
so I have to:ifconfig
(no idea what I would do on windows)Describe the solution you'd like
Add an option (or even as default) to replace
localhost
with my IP address (maybe with a checkbox for private/public IP)Describe alternatives you've considered
Manually doing this, or building a script that autoreplaces this for me
Additional context
The text was updated successfully, but these errors were encountered: