Jonas Klesen
Jonas Klesen
1. Add ref="cmEditor" to your component. 2. var cm = this.$refs.cmEditor.codemirror; cm.addLineClass(line_number, "background", "CodeMirror-activeline-background") 3. Instead of CodeMirror-activeline-background, you can also define an arbitrary css class at the bottom of...
Looks about right 👀 from my experience
> I'm quite a newbie at GitHub so I'm not sure if doing this is right, but I would like to poke this issue, since this is a problem I'm...
There is, just rerun with the same parameters, especially the same --name :-)
Jupyter code cells expect python code. Thus you get a syntax error. You want to enter that command on the terminal. You could also do that from jupyter by doing...
Sorry, my previous comment was slightly incorrect. %run doesn't work, you have to use ! instead.. For example make a code cell and put !lightweight_gan --data data_folder/. After installing it...
> You should be able to do something like: > > ```python > !pip install -q https://github.com/conda-incubator/condacolab/archive/main.tar.gz > import condacolab > condacolab.install_from_url("https://github.com/conda-forge/miniforge/releases/download/4.14.0-0/Mambaforge-4.14.0-0-Linux-x86_64.sh") > ``` When I use this exact method,...
Anyone working on this? Or anyone could at least lay out the steps that need to be taken for this to work?
> The real deal is, invokeAI need to support extensions. So other developer can add new feature to InvokeAI. See also this newly-created issue: https://github.com/invoke-ai/InvokeAI/issues/2696 Although one could also just...
There is hope! see my comment [here](https://github.com/stamen/maps.stamen.com/issues/107#issuecomment-1718049557)