Tetsuo Koyama
Tetsuo Koyama
I would like to translate this excellent journal articles into my native language. Is there a way to contribute as translator in this community? I could not find it in...
As you know jupyterlab became more popular than jupyter notebook. So I update jupyter notebook to jupyterlab.
### Overview :rotating_light: sphinx-panels is not actively maintained. Use [sphinx-design](https://github.com/executablebooks/sphinx-design) instead! See [the migration guide](https://sphinx-design.readthedocs.io/en/latest/get_started.html#migrating-from-sphinx-panels) and https://github.com/executablebooks/sphinx-design/issues/51 for more information. :rotating_light: ### Details - [ ] Compare the main and...
### Overview See https://github.com/pyvista/pyvista/discussions/1501 Requires: - [x] #3075 ### Details #### 3D Earth and Celestial Bodies   
### Overview Inspired by https://github.com/pyvista/pyvista/pull/3101#discussion_r934130439 Add CellType enumerate class. #### main ```python import vtk print(vtk.VTK_HEXAHEDRON) ``` #### PR ```python import pyvista print(pyvista.CellType.HEXAHEDRON) ``` ### Details - [x] Replace vtk cell_type...
### Overview Add `pyvista.XdmfReader` ### Details - The [XDMF format](https://xdmf.org/index.php/XDMF_Model_and_Format) supports time series with a shared mesh. You can write times series data using meshio with ```python with meshio.xdmf.TimeSeriesWriter(filename) as...
### Describe what maintenance you would like added. In #3133 a test was disabled for Windows: https://github.com/pyvista/pyvista/blob/4c0255b0ed3f2887956c41e3ce4691121544786b/tests/plotting/test_plotting.py#L2502-L2521 The flaky error that appeared was ``` RuntimeError: Exceeded image regression error of...
### Discussed in https://github.com/pyvista/pyvista/discussions/1539 Originally posted by **tkoyama010** July 23, 2021 There is a option to check the integrity of all external links in [sphinx-build option](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-b). This will be a...
### Describe the feature you would like to be added. We don't have the ability to copy a plotter. _Originally posted by @akaszynski in https://github.com/pyvista/pyvista/pull/3072#discussion_r929459849_ ### Links to VTK Documentation,...
### Describe what maintenance you would like added. This is a *tough* issue to solve... any approach is going to have downsides. One more way to go about this is...