John M. Shea

Results 39 comments of John M. Shea

I am running Ubuntu 14.04.1 and my computer does support AVX2: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36...

It seems to work if I add #undef HAVE_SSE41 #undef HAVE_AVX2 #define HAVE_SSE3 at the top of turbo_sse.h but not if I switch to one of the other architectures.

I am definitely open to ideas. A few comments: 1) That particular code is from `capture_resonses()` and is non-functional -- that was something that I was trying to get to...

This has been tested with Jupyter Notebook, Jupyter Lab, and Jupyter Book. This library was made primarily to satisfy my own needs for embedding quizzes in a Jupyter Book document....

There is not a Jupyter plugin to do this (as far as I know). I am just trying to convey that I don't think I can achieve the requested behavior...

Closing this as there hasn't been any change in status on this for a long time.

I've been meaning to do that. I'll give it a go and get back to you.

@jkitchin Can you give the latest version (2.0.0rc1) a try? If you are installing via pip, do `pip install jupytercards==2.0.0rc1` Then restart your Jupyter kernel and run a cell with...

I need this behavior, too! I have both animations that cannot be sent to the pdf and interactive tools that can't be rendered in pdf.

It looks like this PR has been left to languish. @choldgraf @chrisjsewell Any chance we can get something like this, or at least get `only` support? See also: https://github.com/executablebooks/jupyter-book/pull/1618 https://github.com/executablebooks/jupyter-book/issues/1425