Tetsu HARUYAMA

Results 17 issues of Tetsu HARUYAMA

I would be great if the Python version can be selected from, e.g. 3.7, 3.8 and 3.9.

It would be great if the following are included: (i) WorldBank regions (ii) WorldBank income groups https://datahelpdesk.worldbank.org/knowledgebase/articles/906519

**Background** #311 - Auto-scroll the console only if we are already at the bottom of the feed. - Auto-scrolling is activated again if the user goes back at the end...

**Describe your inquiry** It should be extremely useful if an example Jupyter Notebook for v.4 with exception-based tests would be available, like [this one](https://github.com/ucbds-infra/otter-grader/blob/master/examples/data-88e-proj03/proj03.ipynb) for an older version.

question

## Description An error occurs in using `see` in JupyterLite ## Steps to reproduce 1. Prepare JupyterLite with `see` included in `requirements.txt` 2. `from see import see` 3. `see()` generates...

`pandas-seach`, please!

## Description The following deprecation warning messages are shown after using `see()`. ``` /Users/tetsu/opt/anaconda3/envs/tflow/lib/python3.10/site-packages/see/inspector.py:117: FutureWarning: Index.is_all_dates is deprecated, will be removed in a future version. check index.inferred_type instead. prop =...

`import japanize_matplotlib`の位置によってエラーが発生する。 エラーが発生するケース: ``` import matplotlib.pyplot as plt import japanize_matplotlib plt.style.use('dark_background') ``` エラーが発生しないケース: ``` import matplotlib.pyplot as plt plt.style.use('dark_background') import japanize_matplotlib ```

I've just started using `nvim-ipy`, which is great for me compared with other similar plugins, except one problem I encounter. In a `.py` file, cells are created using `##`. But,...

This is about an example notebook `Making a Custom Statespace Model.ipynb`. When executing the code cell ``` ar3 = AutoRegressiveThree() data = np.full((100, 1), np.nan) with pm.Model() as pymc_mod: x0...