Blair Azzopardi
Blair Azzopardi
When I upload a file with ".pdf" (or ".epub") extension with rmapi's put command it uploads sucessfully but drops the suffix on the server. E.g. ```bash me@myhost:/tmp/rmapi$ ls -l total...
* Add require package. * Update mathjax to latest 3.2.2. This PR is primarily to add the require command so one can import the physics package only if needed. So...
If no extensions are built (due to conditions) then do not tag as platform specific wheel. Resolves: python-poetry/poetry#8039 - [ ] Added **tests** for changed code. - [ ] Updated...
I'm trying to install the lab extension for JupyterLab v4.0.5 with the command: ```bash $ jupyter labextension install jupyterlab-plotly (Deprecated) Installing extensions with the jupyter labextension install command is now...
## Description I'm trying to create a matplotlib chart dynamically and display on click of widget button. The notebook works in jupyterlab and vscode when run normally (not within voila)....
The following scripts: ```python from dataclasses import dataclass import datetime as dt @dataclass(frozen=True, kw_only=True) class Foo: ts: dt.datetime ``` when run as pure python, i.e. "python test.py", works fine. if...
I'm using mypy 1.2.0 on linux ubuntu 22.04 with Python 3.10. This seems related to #857 although it's not clear from that issue if that bug is considered fixed. I...
The culprit appears to be the _infer_datatypes. https://github.com/aeturrell/skimpy/blob/ad48d11e36d008c69b6f7bc9e152a0c2a5bf31af/src/skimpy/__init__.py#L95 The workaround appears to be replacing the above function with panda's builtin `infer_objects` method.
This seemed to work for a while but then started causing issues. I've created a raw cell with latex raw nbconvert output and i can see new references appearing in...