Fernando Pérez

Results 33 issues of Fernando Pérez

## Description A markdown horizontal line (`---`) is rendered by JuptyerLab differently whether this extension is installed or not: ![image](https://github.com/executablebooks/jupyterlab-myst/assets/57394/40357256-2a76-42ee-ba33-8fff1f15d098) ## Proposed solution Don't change the default rendering for this...

bug

### Describe the bug **context** Since this is a new renderer that we'll want to get buy-in from the community for, my suggestion would be to first keep the CSS/layout...

bug

### Describe the bug **context** I was experimenting with math examples. I defined a simple integral via ```python import sympy as sy x = sy.Symbol('x') expr = x**2 + x...

bug

### Context This is just to brainstorm an idea I had while updating the widget example, before I forget. I could well be off the mark. It seems to me...

enhancement

### Context This directive: ```{literalinclude} myscript ``` is supported by JBook (see [example here](https://ucb-stat-159-s22.github.io/site/lectures/environments/conda-envs.html#environments-and-makefiles)), and is very useful in practice. ### Proposal Would be great to have it! I can't...

enhancement

### Proposed change The link generator is _awesome_, esp. with the nicely documented details on how to pre-populate various fields. But I didn't find documentation on how to pre-populate the...

enhancement

Thanks to work by @abbyazari @consideRatio & team, we ended up with a great setup for being able to run persistent DB servers on our Hub. This is a different...

documentation

@consideRatio - I'm not sure if you've looked yet into the details of setting up GPU instances for our hub. We have some workloads that are starting to need GPUs...

:label: JupyterHub

I've been using the hub for more extensive development, and the need to conveniently synchronize directories continues to reappear. The ssh and sftp support are fantastic, but unfortunately, from my...

:label: JupyterHub

# Summary With [JupyterLab 3.6.1](https://github.com/jupyterlab/jupyterlab/releases/tag/v3.6.1), we can now evaluate again putting RTC in production. I started the process with #4217 (thanks @ryanlovett for the fixes!!). Background: we tried this back...

process
priority: medium