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
Now that the create_bucket workflow has changed and users will not be tasked with choosing the ports to forward into the docker container, we need to change the start_jupyter command.
start_jupyter should check to see if there is already a jupyter lab running in the container and if so, tell the user and/or open a browser tab again.
Additionally, start_jupyter should not take ports numbers as arguments anymore.
These changes need to be done at the resencmd.py level of the code.
The text was updated successfully, but these errors were encountered:
Now that the
create_bucket
workflow has changed and users will not be tasked with choosing the ports to forward into the docker container, we need to change thestart_jupyter
command.start_jupyter
should check to see if there is already a jupyter lab running in the container and if so, tell the user and/or open a browser tab again.Additionally,
start_jupyter
should not take ports numbers as arguments anymore.These changes need to be done at the
resencmd.py
level of the code.The text was updated successfully, but these errors were encountered: