Q: notebook can't handle multiple figures properly
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
While it is possible to generate a scene per cell, it is not possible to retrieve the correct figure handle if a new scene is then created
```python
from mayavi import mlab
mlab.init_notebook()
fig1 = mlab.figure(size=(10, 10))
fig2 = mlab.figure(size=(100, 10))
fig1 # is actually fig2
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.