You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there are a couple JSAPI examples (table_viewport.html, table_filter.html, table_sort.html) that execute snippets of Groovy code. However, we default to Python on startup now.
Could do one of the following:
Convert examples to Python
Convert examples to use JSAPI commands instead of running a snippet of code (requires some other JSAPI changes)
Display error if wrong language selected, prompting user to start up in the correct language
The text was updated successfully, but these errors were encountered:
- By default, deephaven-core runs Python
- Examples were in Groovy. Convert them to Python to work with default config
- Add a new basic example that simple opens a static table and outputs the data. This super simple example will be referenced from the tutorials in the docs.
- Fixesdeephaven#904
* Convert JS API examples to python
- By default, deephaven-core runs Python
- Examples were in Groovy. Convert them to Python to work with default config
- Add a new basic example that simple opens a static table and outputs the data. This super simple example will be referenced from the tutorials in the docs.
- Fixes#904
* Clean up the basic example a bit
* Clean up based on review
Right now there are a couple JSAPI examples (table_viewport.html, table_filter.html, table_sort.html) that execute snippets of Groovy code. However, we default to Python on startup now.
Could do one of the following:
The text was updated successfully, but these errors were encountered: