vpython-jupyter icon indicating copy to clipboard operation
vpython-jupyter copied to clipboard

This repository has been moved to https://github.com/vpython/vpython-jupyter

Results 12 vpython-jupyter issues
Sort by recently updated
recently updated
newest added

Firstly, my compliments to everyone involved on an easily implemented and fast 3D animation package for my favourite programming language. ``` vpython7 version: 7.6.2 Python version: 3.9.6 IDE: PyCharm 2021.2...

You might want to [archive](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-archiving-repositories) this repo. Note that it is always possible to undo it.

I haven't actually tried out the release instructions since travis/appveyor currently do all of the work...

Apparently this script hasn't run successfully for 10 months 😮 Also, add `txaio` to the copy list.

There is no urgency to this, but the next step we could take to reduce the appveyor run time is stop producing binary builds for 32-bit python on Windows. There...

I came across this is working on #105 -- it turns out that calling `delete` like this: ```python from vpython import sphere s = sphere() s.delete() ``` does not delete...

I would like to layout some wtext objects into a table so that I may edit them dynamically based on user feedback. You can somewhat think of it as a...

Right now #59 only tests the imports for the cython version of vector. One should be added that tests the non-cython version.

Right now every travis job runs in the latest version of Python (currently 3.7). The environment variable `CONDA_PY` determines the conda version for which the conda package is built. It...

Like #78, this will be a little challenging, but is worth the effort given the number of potential versions of ipython/ipykernel we need to check for.