vizly-notebook icon indicating copy to clipboard operation
vizly-notebook copied to clipboard

AI-powered Jupyter Notebook — use local AI to generate and edit code cells, automatically fix errors, and chat with your data

Results 7 vizly-notebook issues
Sort by recently updated
recently updated
newest added

When you try to edit a MarkDown cell, you are returned to the first existing MarkDown cell.

Repro steps: Go to any code cell, select the generate feature, ask it to generate any piece of code, it will keep generating the same codeblock over and over again

Following up on https://github.com/squaredtechnologies/thread/issues/25 to add support for specifying model parameters like temperature, top_p, k, frequency penalty etc

this is the error I got after I installed and launch my Jupyter notebook again Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\notebook\traittypes.py", line 232, in _resolve_classes klass = self._resolve_string(klass) File...

If I run the notebook I get this in the logs . I assume that I had set up some password authentication in my jupyter config file. I get this...

Hello! I love this app, its design, and its functionality, but the one hiccup stopping me from using it regularly is that I have to run a separate application window...

One of the main advantages of using the jupyter extension in vscode is the ability to switch between environments (venvs, conda environments, python versions, etc). A button at the top...