kp992

Results 10 issues of kp992

Fix deprecation warnings coming from `np.asarray`. Related to #723

I am experimenting with the [mojo Jupyter notebook](https://github.com/QuantEcon/project.lecture-mojo/blob/issue16/tutorial/mojo_demo.ipynb) and `nbconvert`. I get the following error: ``` % jupyter nbconvert --execute --to html tutorial/mojo_demo.ipynb [NbConvertApp] Converting notebook tutorial/mojo_demo.ipynb to html [10266:71788:20231118,164420.155749:ERROR...

This PR adds `google collab` compatibility testing for the intro lecture series Related to https://github.com/QuantEcon/meta/issues/139.

on-hold

``` /usr/share/miniconda3/envs/quantecon/lib/python3.11/site-packages/numba/core/decorators.py:262: NumbaDeprecationWarning: numba.generated_jit is deprecated. Please see the documentation at: https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-generated-jit for more information and advice on a suitable replacement. warnings.warn(msg, NumbaDeprecationWarning) ``` These warnings come from interpolation. Main...

maintenance

The is a library `interpolation.py` (https://github.com/EconForge/interpolation.py) that depends on numba. I am trying to use a function `eval_linear` from `interpolation` which is now failing with the following error: ```py File...

Fixes #627 Fixes #729 I have tested locally and with the current `main` and `pip install .`, I get: ```py % python Python 3.10.12 | packaged by conda-forge | (main,...

Hi, A project of [quantecon](https://github.com/QuantEcon/lecture-python-intro) uses jupyter book to build its html and pdf pages using myst. In the last couple of weeks we observed that the build is taking...

Hi, I am trying to complete the feature in #1882. And building my first PR on top of it. I tried to add the `ipynb` writer by visiting the blocks...

I am trying to see if I can automate the testing of `.ipynb` notebooks after they are served using jupyter-lite. The problem is given a python notebook, the script should...

bug