Carl Andersson

Results 12 comments of Carl Andersson

@etpinard I can also give you my use case. I'm visualising force fields where the magnitudes are varying wildly, but the direction of the force is very relevant regardless of...

> I just rewrote my templates to use the Templater engine instead of relying on Periodic Note's `{{ date }}` stuff 🤷🏽 @ankushg Did you manage to have dedicated templates...

Tried it with Firefox, Alfred preferences, Sublime Text 3, Mail, and Finder. All get the same error message.

I got this working by manually creating a kernelspec in `/Users/me/Library/Jupyter/kernels`. I copied the folder with the kernelspec from the environment where xeus is installed to one of the places...

Hi again, Sorry for the delay, I had to finish my paper... Here's a MWE in python showing the issue with pdf vs. jpeg. ``` import plotly.io as pio x...

I had similar issues as well, but I managed to work around them. I had mamba installed in the base env, as recommended. When running mamba from the base env...

I browsed the docs that you linked a bit and found some stuff that might be useful. - The Repository object (https://docs.github.com/en/graphql/reference/objects#repository) has a `pushedAt` field, which is supposed to...

If you have a look under the "Settings" header on https://packagecontrol.io/packages/Jedi%20-%20Python%20autocompletion, you can see how Jedi is normally configured. In the example they use `$project_path` as part of the project-level...

Why not install from pypi if you don't want to clone the repo?

Another option is to install directly from a git branch with pip, and then just download the example you want to run and not the entire repo. In my opinion,...