Zir

Results 21 comments of Zir

> How would having this on conda-forge simplify the install process? https://www.anaconda.com/understanding-conda-and-pip/ 1) Easier management of venvs 2) No build step/toolchain required (conda packages are binaries already) (note, I haven't...

Video showing the issue (editing Vue components/JS): https://streamable.com/vw1qn

Is it possible to assign function execution when an element in the spreadsheet is clicked, hovered or edited? As @t-1910 said, we need to have seamless integration of user interactions...

NB: It would be great if we could create Ribbon tabs/buttons that execute JS code/functions. As for graphics assets for icons, those can be embedded in JS code as SVG...

Thanks @MarkKremer, especially for the example on how to create tones and combine them together. ^^ Looks like I'll be able to build what I was after based on your...

could PKCE be merged into the `v5-dev`?

Documentation says there is Regex `env_filter`: > Configuration > This package introduces two additional configuration options: > `env_filter`: Regex to filter environment path matching it. Default: None (i.e. no filter)...

There's a mini-guide here how to stop nb_conda_kernels spam https://github.com/jupyterhub/jupyterhub/issues/715#issuecomment-463756411, but it doesn't work for me. I see double kernels of everything: ![image](https://user-images.githubusercontent.com/3856578/69110378-7bee8480-0a72-11ea-89a7-44a9b34ca35f.png) Tried setting filter like so: ```python c.NotebookApp.kernel_spec_manager_class...

Latest version of Jupyterlab is 1.2.0 (29 Oct 19) https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html Does Voyager need to be pinned to a specific JupyterLab version and updated by hand each time? Im getting error:...

Getting this comment when using Vue CLI as well: ``` $ vue-cli-service build --mode production --dest _production --target app --modern --dashboard [AIV] : info : DEMO AIV started - Building...