-
A web interface would provide the visualization component of an integrated data acquisition and visualization dashboard.
What _Python_ technologies are available to create such an interface?
-
Hello, I am trying to launch Voila via the Lab extension, however it keeps loading without rendering the output as per below:
![image](https://user-images.githubusercontent.com/81366585/117118474-1…
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Feb 09 | Next scheduled analysis: Feb 13_
### Open
- h…
-
At the moment, the process to create new events to python.org is as described next:
* Events are sent to events@python.org with all the information
* A moderator reviews it, and if appropriate, the …
-
## Description
To set a custom `voila` template, there are two options:
- use the `voila_configuration` args:
`voila --template=my-template`
- set the name of the template in the notebook m…
-
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/3329
Originally created by @edgarrmondragon on 2022-03-10 17:24:30
---
### Problem to solve
Help users report errors in Slack and …
-
Ocurrió un error durante la ejecución del siguiente código:
pyplugin_installer.instance().installFromZipFile(r'C:\Users\amaury.beltran\Downloads\QGIS_Dashboard-main.zip')
Traceback (most recent …
-
https://github.com/MITHaystack/srt-py/blob/master/srt/dashboard/layouts/graphs.py#L266 is deprecated since Python 3.12.
It can be repleced by `fromtimestamp`:
```
from datetime import datetime, t…
-
### What happened + What you expected to happen
The head node is started.
```
Local node IP: 172.31.62.187
--------------------
Ray runtime started.
--------------------
Next steps
To …
-
### What happened + What you expected to happen
The following 2 lines of code crash on a cluster, if the size is < 1GB it works
# crashes
df = pd.DataFrame(np.random.randn(8_000_000, 70))
dref =…