Russ Tokuyama

Results 6 comments of Russ Tokuyama

Confirming that @mike576's fix: ``` record(data.current(symbol('AAPL'),"close")) ``` does work in a notebook cell. The code in the [tutorial](https://zipline.ml4trading.io/beginner-tutorial.html) for what to put in a notebook cell is incorrect. ``` record(AAPL=data[symbol('AAPL')].price)...

@joelspadin 's comment worked for me.

Some improvement has been made to the Python client through the use of Tree-sitter. See [Release v 4.44.0](https://github.com/Olical/conjure/releases/tag/v4.44.0). Apologies for the self-promotion. :grin:

The Python client does the same thing. It returns the last line of the response as the return value while the other lines are treated as output. The buffer shows:...

See [conjure.remote.stdio2: Rebuilding the foundation of stdio support](https://github.com/Olical/conjure/discussions/500) for what things might look like.

This is rather late but I hope it helps. I had the same trouble on MacOS. According to the jupyter_contrib_nbextensions docs about [Conda installation](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html#conda), you don't need to run `jupyter...