Skip to content

Commit

Permalink
set timeout for proxying processes in binder
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalmichael committed Nov 11, 2022
1 parent 82017f4 commit 44a4ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion binder/appendix.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# binder-specific features
with st.sidebar:
st.markdown('[launch mlflow (may require refresh)](../mlflow/)')
st.markdown('[launch mlflow](../mlflow/)')
st.markdown('[edit app (live!)](../lab/tree/app.py)')
if st.button('Create New Run'):
os.system('python fill.py')
2 changes: 2 additions & 0 deletions binder/jupyter_notebook_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"port": 8501,
"absolute_url": False,
"new_browser_tab": True,
"timeout": 10,
"launcher_entry": {
"title": "App",
},
Expand All @@ -15,6 +16,7 @@
"port": 5005,
"absolute_url": False,
"new_browser_tab": True,
"timeout": 15,
"launcher_entry": {
"title": "MLflow",
},
Expand Down

0 comments on commit 44a4ad4

Please sign in to comment.