-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add code for python visualization service #1651
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6c8c64d - Browse repository at this point
Copy the full SHA 6c8c64dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f69d0 - Browse repository at this point
Copy the full SHA d3f69d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66430a - Browse repository at this point
Copy the full SHA b66430aView commit details -
Changed implementation of generate_html_from_notebook to allow templa…
…te type to be specified
Configuration menu - View commit details
-
Copy full SHA for b42d993 - Browse repository at this point
Copy the full SHA b42d993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d51c38 - Browse repository at this point
Copy the full SHA 6d51c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for eedf87b - Browse repository at this point
Copy the full SHA eedf87bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff333f - Browse repository at this point
Copy the full SHA 0ff333fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d31ca - Browse repository at this point
Copy the full SHA 45d31caView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3f8d5 - Browse repository at this point
Copy the full SHA bf3f8d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c091270 - Browse repository at this point
Copy the full SHA c091270View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdbffa - Browse repository at this point
Copy the full SHA ccdbffaView commit details
Commits on Jul 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 51efcf5 - Browse repository at this point
Copy the full SHA 51efcf5View commit details -
Removed jupyter from pip3 install
Previously included to ensure python3 kernel was accessible to jupyter_client.
Configuration menu - View commit details
-
Copy full SHA for c8d0457 - Browse repository at this point
Copy the full SHA c8d0457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525c5ad - Browse repository at this point
Copy the full SHA 525c5adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df0647 - Browse repository at this point
Copy the full SHA 4df0647View commit details -
Sorted keys within args dictionary to ensure tests do not fail due to…
… dictionary order
Configuration menu - View commit details
-
Copy full SHA for eaa931c - Browse repository at this point
Copy the full SHA eaa931cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12fa85e - Browse repository at this point
Copy the full SHA 12fa85eView commit details -
Added input_path argument support for python service
Also adds check for missing input_path argument and returns 400 error if argument is missing.
Configuration menu - View commit details
-
Copy full SHA for 6fe1945 - Browse repository at this point
Copy the full SHA 6fe1945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 676bf84 - Browse repository at this point
Copy the full SHA 676bf84View commit details -
Configuration menu - View commit details
-
Copy full SHA for d991c85 - Browse repository at this point
Copy the full SHA d991c85View commit details -
Added types, additional comments, and TemplateType enum
Also made additional style changes
Configuration menu - View commit details
-
Copy full SHA for 9dea2fd - Browse repository at this point
Copy the full SHA 9dea2fdView commit details
Commits on Jul 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a7afd7b - Browse repository at this point
Copy the full SHA a7afd7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 394d4c3 - Browse repository at this point
Copy the full SHA 394d4c3View commit details -
Revert "Formatted template files"
This reverts commit a7afd7b. This was done due to issues faced by the templating engine.
Configuration menu - View commit details
-
Copy full SHA for 0166a3f - Browse repository at this point
Copy the full SHA 0166a3fView commit details
Commits on Jul 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1d1da83 - Browse repository at this point
Copy the full SHA 1d1da83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930c200 - Browse repository at this point
Copy the full SHA 930c200View commit details -
Reverted to str.format due to python comparability issue
Python 3.6 introduced support for f-stringsl, this results in the tests failing when run in a python 3.5 environment
Configuration menu - View commit details
-
Copy full SHA for e3cf115 - Browse repository at this point
Copy the full SHA e3cf115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aaad87 - Browse repository at this point
Copy the full SHA 5aaad87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba7155 - Browse repository at this point
Copy the full SHA 1ba7155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa67c9 - Browse repository at this point
Copy the full SHA 2fa67c9View commit details -
* Created Exporter class * Introduced ability to specify visualization timeout (default is 100 seconds) * Added more comments * Broke up post function in VisualizationHandler to call multiple function rather than handling all logic within post function * Updated imports * Updated tests
Configuration menu - View commit details
-
Copy full SHA for 9fec259 - Browse repository at this point
Copy the full SHA 9fec259View commit details
Commits on Jul 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f1414c0 - Browse repository at this point
Copy the full SHA f1414c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7629618 - Browse repository at this point
Copy the full SHA 7629618View commit details -
Comments -> Docstring Comments and other small fixes
* Fixed missing and incorrect typings * shutdown_kernel is now private method of Exporter class
Configuration menu - View commit details
-
Copy full SHA for 17a2bc2 - Browse repository at this point
Copy the full SHA 17a2bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d09a3d1 - Browse repository at this point
Copy the full SHA d09a3d1View commit details
Commits on Aug 1, 2019
-
Resolved latency issue with visualization server
Issue stemmed from a recreation of an exporter object per request, this was resolved by creating a global exporter.
Configuration menu - View commit details
-
Copy full SHA for 5320a0f - Browse repository at this point
Copy the full SHA 5320a0fView commit details