|
|
|
|
|
by jacksonkmarley
1230 days ago
|
|
So here is a piece of anecdata for those interested in comparisons to vscode, I saw this hn post and installed the jupyter desktop app, and set up my current play project on it (sicp exercises in jupyter, I'd previously been using the browser). I also set up the same thing in vscode. For this example I couldn't get vscode to perform correctly (maybe possible but not obvious), while the desktop app worked as advertised. Vscode mistakenly labelled the cells of my scheme notebook as python, while correctly running the scheme kernel. The result was that I could run my cells and get the right output, but entering code was annoying as the auto indenting and error markers were based on python instead of scheme. Anyway, unless I can fix the vscode weirdness, score one for the desktop app, I will keep using it. |
|