Skip to content

Commit

Permalink
Update Server_Deployment.ipynb (#2118)
Browse files Browse the repository at this point in the history
Fixed small typo. If using `??` the binder takes you to the notebook selection page instead of panel deployment.
  • Loading branch information
dhruvbalwada authored Mar 25, 2021
1 parent c73fda7 commit 58be9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_guide/Server_Deployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"\n",
"3. Go to mybinder.org, enter the URL of your GitHub repository and hit ``Launch``\n",
"\n",
"4. mybinder.org will give you a link to the deployment, e.g. for the example app it is https://mybinder.org/v2/gh/panel-demos/clifford-interact/master. To visit the app simply append ``??urlpath=/panel/clifford`` where you should replace clifford with the name of the notebook or script you are serving.\n",
"4. mybinder.org will give you a link to the deployment, e.g. for the example app it is https://mybinder.org/v2/gh/panel-demos/clifford-interact/master. To visit the app simply append ``?urlpath=/panel/clifford`` where you should replace clifford with the name of the notebook or script you are serving.\n",
"\n",
"\n",
"#### Heroku\n",
Expand Down

0 comments on commit 58be9f7

Please sign in to comment.