-
## Description
JupyterLab 4.x syntax highlighting and indentation rules for cell magic is broken (it worked in 3.x).
## Reproduce
1. Install any version of JupyterLab 4
2. Enter the te…
-
Hiiii
-
Discussed with @rgbkrk and @ivanov
We believe that the low usage of `display` and of the rich display protocol is that `display` is too hard to found. I think that it might be time to inject i…
-
The EPICS motor record, [like all EPICS records](https://epics.anl.gov/EpicsDocumentation/AppDevManuals/RecordRef/Recordref-6.html), has a `.DISA` field that says if the record has been disabled (whic…
-
Previously the install was broken by jax key array but could be fixed by:
!pip install "jax[cuda12_pip]==0.4.23" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
Any ideas wha…
-
I don't have a ton of free time at the moment, but here are some (opinionated) suggestions for making the repo easier to maintain in the future. Take these as suggestions to be discussed
- https://…
-
I was able to get
%load_ext pymatbridge
to work. But it returns
Starting MATLAB on ZMQ socket ipc:///tmp/pymatbridge-5bb9f445-7224-463d-8e98-b505faf751d3
Send 'exit' command to kill the server
Do…
-
When nbconvert is used in `NotebookHandler` to convert notebooks into vanilla Python code ( supporting `bokeh serve notebook.ipynb`) any IPython magics are converted into a call involving `get_ipython…
-
Here is an example class:
```python
import typing
class A:
@property
def value(self) -> typing.Literal['a']:
return 'a'
def get(self) -> typing.Literal['a']:
return…
-
are you considering auto-translation from C++ to SugarCpp (not necaserily everything);
I'm after such a tool for my experiment - I haven't started one, but have some earlier attempts at a header gene…