Tim Wibiral
Tim Wibiral
While trying your code I found those problems: - [ ] Executing code, closing the note, reopening the note, and executing the code again results in duplicate output blocks. (Two...
Thank you, this is a great idea! Could you update this PR to make up for the newest PRs I merged?
Great, thank you!
Hi @kkollsga, This would be great, but we don't know how to implement this yet. It's hard to open a communication channel between the generated plotly / HTML and the...
@kkollsga This is great! Maybe we can add this to an upcoming release. PS: The feature to define a block that is executed before each block is already implemented since...
I think this would be really cool, but we need an efficient parser, otherwise long outputs will get really laggy
This is strange and shouldn't happen as python doesn't need a __main__ module. Try adding changing your snippet to: ```python if __name__ == "__main__": print("hello") ``` Are you using the...
There already were a few issues by people using the combination MaxOS + Homebrew. We don't have a general solution yet but we there seems to be a common problem.
> The problem is that the shell environment executing the provided commands isn't loading the local .zshrc or .bashrc. It also only includes bin, /usr/bin, and /usr/sbin. These folders are...
You are completely right and tests are great! But testing the user interface will be a challenge to implement.