-
It would be good to have multiple code cells similar to Jupyter notebooks so that the user can incrementally run and add code without having to worry about running the same code twice (which can, for …
-
```
Many elimination strategies rely on spotting patterns. The feature I'm
proposing would allow the user to see in an instant, all cells that s/he has
marked with a given number in order to make it…
-
```
Many elimination strategies rely on spotting patterns. The feature I'm
proposing would allow the user to see in an instant, all cells that s/he has
marked with a given number in order to make it…
-
Hi,
Very often I find myself having some notebook like:
```
## Initialization
some cells
## Step 1
some cells
…
```
I think it might be useful to be able to define groups of cells (and maybe de…
Phyks updated
6 years ago
-
```
Many elimination strategies rely on spotting patterns. The feature I'm
proposing would allow the user to see in an instant, all cells that s/he has
marked with a given number in order to make it…
-
```
Many elimination strategies rely on spotting patterns. The feature I'm
proposing would allow the user to see in an instant, all cells that s/he has
marked with a given number in order to make it…
-
-
### Description
Using Refprop excel addin. I can enter formula and change the Fluid string arg to an empty cell and the cell will not update.
### Steps to Reproduce
1. Write out formula: =ref…
-
It would be useful to have a shortcut to apply some styling to all locations:
```
tab %>% tab_style(style = cells_styles(text_size = 'x-small'),
locations = cells_all())
```
-
**Describe the bug**
I run a simulation using SH3N elements with some anim exports of the simulation
When using the anim_to_vtk_linux64_gf program it exports the SH3N element into VTK_QUAD elements …