Skip to content

Commit

Permalink
Correct IPython notebooks to new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 23, 2015
1 parent c9e9c95 commit a02df53
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -40,8 +40,8 @@ ie_request.launch(env_override={
## General IE specific
# Access URLs for the notebook from within galaxy.
notebook_access_url = ie_request.url_template('${PROXY_URL}/ipython/${PORT}/notebooks/ipython_galaxy_notebook.ipynb')
notebook_login_url = ie_request.url_template('${PROXY_URL}/ipython/${PORT}/login?next=%2Fipython%2F${PORT}%2Ftree')
notebook_access_url = ie_request.url_template('${PROXY_URL}/ipython/notebooks/ipython_galaxy_notebook.ipynb')
notebook_login_url = ie_request.url_template('${PROXY_URL}/ipython/login?next=%2Fipython%2Ftree')
%>
<html>
Expand Down

0 comments on commit a02df53

Please sign in to comment.