Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The workshop material is in a Jupyter notebook under `notebooks/`.
Click the Binder badge to open the notebook directly in Binder, a free online platform for hosting
Jupyter notebooks:

* Intro to Discursis: [![Launch on Binder](https://mybinder.org/badge_logo.svg)](https://notebooks.gesis.org/binder/v2/gh/Australian-Text-Analytics-Platform/discursis/master/?urlpath=lab/tree/notebooks/discursis_workshop.ipynb)
* Intro to Discursis: [![Launch on Binder](https://mybinder.org/badge_logo.svg)](https://binderhub.atap-binder.cloud.edu.au/v2/gh/alex-ip/discursis/HEAD?labpath=notebooks%2Fdiscursis_workshop.ipynb)

Current version: [v0.0.1](https://github.com/Australian-Text-Analytics-Platform/discursis/releases/tag/v0.0.1)
Current version: [v0.0.1](https://github.com/alex-ip/discursis/releases/tag/v0.0.1)

<!-- START RUN INFO -->

Expand All @@ -27,7 +27,7 @@ There are a number of different ways to use these notebooks. Binder is quickest

### Using Binder

[![Launch on Binder](https://mybinder.org/badge_logo.svg)](https://notebooks.gesis.org/binder/v2/gh/Australian-Text-Analytics-Platform/discursis/master/?urlpath=lab/tree/index.md)
[![Launch on Binder](https://mybinder.org/badge_logo.svg)](https://binderhub.atap-binder.cloud.edu.au/v2/gh/alex-ip/discursis/HEAD?labpath=notebooks%2Fdiscursis_workshop.ipynb)

Click on the button above to launch the notebooks in this repository using the [Binder](https://mybinder.org/) service (it might take a little while to load). This is a free service, but note that sessions will close if you stop using the notebooks, and no data will be saved. Make sure you download any changed notebooks or harvested data that you want to save.

Expand Down
2 changes: 0 additions & 2 deletions binder/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion notebooks/discursis_workshop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"\n",
"# In order for bokeh to work properly on Binder, we need to specify\n",
"# the URL it's running on\n",
"os.environ[\"BINDER_EXTERNAL_URL\"] = \"https://notebooks.gesis.org/\"\n",
"os.environ[\"BINDER_EXTERNAL_URL\"] = os.environ.get('JUPYTERHUB_EXTERNAL_URL', \"https://notebooks.gesis.org/\")\n",
"# pandas: tools for data processing\n",
"import pandas as pd\n",
"\n",
Expand Down