Skip to content

Commit

Permalink
Add and beautify JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Apr 18, 2018
1 parent eb03a37 commit 6677740
Show file tree
Hide file tree
Showing 23 changed files with 38,648 additions and 8,862 deletions.
3 changes: 1 addition & 2 deletions application/modeling.py
Expand Up @@ -219,14 +219,13 @@ def workflow(tempdir, archive_dir, bokeh_resources):

shutil.make_archive(str(pathlib.Path(archive_dir, 'topicmodeling')), 'zip', tempdir)
data = {'cleaning': cleaning,
'bokeh_resources': 'include',
'heatmap_script': heatmap_script,
'heatmap_div': heatmap_div,
'topics_script': topics_script,
'topics_div': topics_div,
'documents_script': documents_script,
'documents_div': documents_div,
'js_resources': js_resources,
'css_resources': css_resources,
'corpus_boxplot_script': corpus_boxplot_script,
'corpus_boxplot_div': corpus_boxplot_div}
application.utils.compress(data, str(pathlib.Path(tempdir, 'data.pickle')))
Expand Down
123 changes: 0 additions & 123 deletions application/static/bokeh_templates/autoload_js.js

This file was deleted.

186 changes: 0 additions & 186 deletions application/static/bokeh_templates/autoload_nb_js.js

This file was deleted.

29 changes: 0 additions & 29 deletions application/static/bokeh_templates/autoload_tag.html

This file was deleted.

20 changes: 0 additions & 20 deletions application/static/bokeh_templates/css_resources.html

This file was deleted.

7 changes: 0 additions & 7 deletions application/static/bokeh_templates/doc_js.js

This file was deleted.

7 changes: 0 additions & 7 deletions application/static/bokeh_templates/doc_nb_js.js

This file was deleted.

0 comments on commit 6677740

Please sign in to comment.