Skip to content

Commit

Permalink
last version presentation; wordclouds will be added soon
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuberFaust committed Jul 19, 2017
2 parents 0f7e3b4 + 398ae6e commit 93074cc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 67 deletions.
28 changes: 0 additions & 28 deletions demonstrator/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion demonstrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are confronted with any issues, please use `Issues` [on GitHub](https://g
- Logging is available via the commmand-line – this might help you solving problems. One possible error could be `OSError: [Errno 24] Too many open files`, meaning your corpus is too big for this application. In this case, try one of the Jupyter notebooks – they are designed for large corpora.
- Make sure you run `demonstrator.py` within the correct command-line. For example, if you installed WinPython on your machine, you have to use `WinPython PowerShell Prompt.exe` and not `cmd.exe`. If you are using Anaconda, try running `demonstrator.py` through Anaconda.
- In case you want to jump from the output site back to the first page, but your browser displays a blank page, press the reload button. Jumping between sites should be possible within seconds, in any other cases something went wrong.
- If you get a `ModuleNotFoundError`-error, your dependencies are probably not up-to-date. Try running `pip install -e .[demonstrator]` (or `sudo pip3 install -e .[demonstrator]` for UNIX) in the command-line.
- If you get a `ModuleNotFoundError`-error, your dependencies are probably not up-to-date. Try running `pip install -r requirements.txt` (or `pip3 install -r requirements.txt` for UNIX) in the command-line within `Topics`.


## Stand-alone application for macOS
Expand Down
6 changes: 0 additions & 6 deletions demonstrator/demonstrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
"""


import ensurepip
ensurepip.bootstrap()
import pip
pip.main(['instal', 'bokeh'])


from bokeh.embed import components
from bokeh.resources import INLINE
from dariah_topics import preprocessing
Expand Down
32 changes: 0 additions & 32 deletions demonstrator/demonstrator.spec

This file was deleted.

0 comments on commit 93074cc

Please sign in to comment.