Bo

Results 404 comments of Bo

This turns out to be an issue of `sos-python` with python >= 3.10. Please update `sos-python` to 0.20.2 and see if the problem persists.

On my end, * Python 3.12.0 * Jupyterlab 4.1.6 * jupyterlab-sos 0.10.1 * sos 0.25.1 * sos-notebook 0.24.4 * sos-pbs 0.20.8 You need to check ``` jupyter kernelspec list --json...

> Even for the pip version, i noticed that the previous highlight of _input _output etc is now gone, This is a known issue. JLab switched to CodeMirror6, which required...

Had a look at #16. My "working properly" might be wrong since scrollspy might not be working properly. Anyway, I think dropping dependency on jquery is more important than dropping...

I might be experiencing something similar as scrollspy does not pass the sections with parenthesis on page https://bioworkflows.com/ictr/COVID19-outbreak-simulator-model/2 . Edit: I think I encountered the same problem with [this stackoverflow...

Just want to say I was in the tocbot camp and switched to bootstrap-toc because of unsolved bugs. Cannot remember exactly what the bugs were though. I personally think bootstrap-toc...

It is quite a bit of exploratory work but here is how option two can be implemented: 1. In `settings.test`, add `non_test_db` as a placeholder for the original "normal" database....

I have encountered the same problem, for django 4.2.x, so it appears that a migration is missing. The content of `0007_alter_group_group_entities_alter_group_group_members_and_more.py` is ```python # Generated by Django 4.1.3 on 2023-01-01...

Encountered the same problem so pinging @auvipy. :-)