-
**Is your feature request related to a problem? Please describe.**
Working with CSV files is inconvenient and harder for new people to learn. I know you can link to a google sheet, but I'd rather not…
-
Nothing happens when you press the play button
https://shiny.posit.co/py/docs/overview.html#shiny-ui-is-html
-
import numpy as np
import matplotlib.pyplot as plt
from scipy.stats import norm
class Cell:
def __init__(self, cell_type, health=1.0, mutation_rate=0.001, efficacy=0.5):
self.cell_type = …
-
### This issue is unique.
- [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my bug.
### Operating System of DocumentSer…
-
### Problem
In https://github.com/jupyterlab/jupyterlab/pull/12374, the filtering of cells by tags or displaying cell by type was removed from the table of contents. That feature must be …
-
Is there a way to automatically run other cells if it's needed?
For example, if I have the following
````
```
export url="https://example.com"
```
```
curl "${url}/v1"
```
```
curl "${ur…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.93.2
- OS Version: Linux
I'm working on a tool that allows interacting with LLMs from Jupyter notebooks,…
-
Option 'costsyn=' allows to introduce a "cost synergy effect" into all cost-based models generated by v.net.models.
Essentially, the value of "costysn" determines how much (range 0 to 1) of a benefit…
-
### 初始清单
- [X] 这真的是个问题吗?
- [X] 我已经在 Github Issues 中搜索过了,但没有找到类似的问题。
### 问题
建议添加通过API设置合并单元格取消单元格合并
-
e.g. in a sage jupyter notebook, there is no code formatter for sage code. clicking the button does nothing. there should either be a feedback about this or the button is disabled.