Joel Ostblom

Results 252 issues of Joel Ostblom

Hi, Is it possible to add support for using ctrl-n/p (or maybe ctrl-j/k) to navigate down and up the tab autocompletion menus?

It would be good to have `ctrl-o` + `shift-p` for pasting a cell above another cell (just like `ctrl-o` + `p` pastes below). This command already exists in the Jupyter...

It would be nice if px could infer the order of categorical columns if they are already set in pandas. ```python species_cat = pd.CategoricalDtype(categories=['virginica', 'versicolor', 'setosa'], ordered=True) iris['species2'] = iris['species'].astype(species_cat)...

I would naively have done the latter, but the dash deployment docs are using `init.R`. Is this mostly to prevent the entire docker build from crashing if something is wrong...

There is a [version of dashbootstrap for R](https://dash-bootstrap-components.opensource.faculty.ai/docs/dashr/) and it would be convenient if this was included in the dash docker image for deployment on heroku. [Including here](https://here.r-lib.org/) would also...

dash-type-maintenance
feature request

I noticed that only the first word in a filename containing spaces is highlighted. If I understand correctly this is because the grep pattern that is used `"(^|^\.|[[:space:]]|[[:space:]]\.|[[:space:]]\.\.|^\.\.)[[:alnum:]~_-]*/[][[:alnum:]_.#$%&+=/@-]*"` does not...

When I create a codeblock with a yaml snippet, I have noticed that `vim-pandoc-syntax` hides the first few lines. I need to introduce a blank line either above or below...

bug
embedded syntax

I am seeing an issue where text towards the end of long markdown documents is rendered all in cursive rather than the appropriate syntax highlighting. To get the text at...

### Problem I use virtual environments (via conda) to manage the Python packages I have installed for different projects. I have a separate JupyterLab environment, and use [nb_conda_kernels](https://github.com/Anaconda-Platform/nb_conda_kernels) to work...

Hi, I wonder if jumpapp can support webapps, such as Gmail and Google Keep. I use these apps by downloading them from the chromium extensions store online. They are added...

enhancement