Tetsuo Koyama

Results 220 issues of 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...

maintenance
dependencies

### Overview See https://github.com/pyvista/pyvista/discussions/1501 Requires: - [x] #3075 ### Details #### 3D Earth and Celestial Bodies ![sphx_glr_planets_001](https://user-images.githubusercontent.com/7513610/179304553-f019a013-73cd-4287-8907-2809b17003d5.png) ![sphx_glr_planets_002](https://user-images.githubusercontent.com/7513610/179304870-d91c8178-c985-4132-aa7f-b1c020c0c773.png) ![sphx_glr_planets_003](https://user-images.githubusercontent.com/7513610/179304933-cd50f7c5-2bcd-42fb-a99e-740edbbf70df.png)

enhancement
documentation
scipy2022

### 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...

enhancement

### 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...

enhancement

### 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...

maintenance

### 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...

good first issue

### 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,...

feature-request

### 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...

maintenance