jchkoch

Results 15 comments of jchkoch

I, too, would find this a useful feature. I will see if I find some time to look into this.

Hi, I seem to be getting the same error with ob-ipython using my opensuse leap 42.2 machine: Traceback (most recent call last): File "/home/jkoch/.emacs.d/elpa/ob-ipython-20171111.740/client.py", line 60, in c = create_client(args.conn_file)...

Thanks @hooger for the workaround. It seems to work for me as well. I'll try to find some time to look more into this.

@kaiserxc I see you are using the Anaconda python distribution. When you re-installed ipython and jupyter_console/client, what versions do you now have?

@kaiserxc Thanks for the quick reply. I tried your approach to fix the error; however, in the end I managed to get it working again with a fresh install of...

@kaiserxc not sure whether you figured out how to display results underneath the code block instead of a separate panel (as you mentioned in your [previous comment](https://github.com/gregsexton/ob-ipython/issues/141#issuecomment-392893062) but referring to...

@kaiserxc For including `:results` in the set up of each SRC chunk, I would set up some sort of snippet as shown in the README for ob-ipython. That would be...

Thanks for the quick reply. I thought I would just open a issue more to document what works and what doesn't work with :exclude: tags in the notebook exporter. Upon...

@gmoutso I'm not sure quite what you mean but yes I mean `exclude_tags` (the one with a "s"; I have edited my previous comment to include this). The MWE from...