Aaron Horowitz

Results 3 comments of Aaron Horowitz

FYI I just came across this issue and if you convert `sym_comb` to a data.frame, it should resolve it. It appears UpSetR does not handle `tbl_df` correctly.

Coming back with what I'd expect: ``` Python path: /home/ahorowitz/.virtualenvs/venv_shinygpt/bin/python Shiny version: 0.3.3 ``` I've set the `OPENAI_API_KEY` environment variable, and I've also tried it with specifying the key in...

I ran it with the following command, in the terminal: ``` shiny run --reload --launch-browser --port=0 /home/ahorowitz/projects/py_shiny_gpt/examples/controls/app.py ``` ``` which shiny /home/ahorowitz/.virtualenvs/venv_shinygpt/bin/shiny ``` ``` cat `which shiny` #!/home/ahorowitz/.virtualenvs/venv_shinygpt/bin/python # -*-...