Lee Spector

Results 80 comments of Lee Spector

Just want to echo the request to post progress. FWIW if Jupyter somehow gets user-triggered auto-reindentation of Clojure code then it may well become my main environment for teaching and...

> Re-indenting a blob is linting a blob non? > Maybe I totally miss understood? Can you paste an example? Re-indenting this: ``` (defn foo [x] (let [a 1 b...

Note that the code in this example is still being written and doesn't yet have matching parentheses. It should re-indent correctly anyway, without triggering any kind of error. If you're...

This sounds really promising but after `conda update jupyter` and `conda update jupyter notebook` I do get `jupyter notebook --version` => 5.7.0, but then when I do `jupyter notebook` and...

``` MacBook-Pro-8:clojupyter leespector$ jupyter notebook [I 14:50:32.893 NotebookApp] Serving notebooks from local directory: /Users/leespector/clojupyter [I 14:50:32.893 NotebookApp] The Jupyter Notebook is running at: [I 14:50:32.894 NotebookApp] http://localhost:8888/?token=b6a0f7d47c21b67483aff557c5e38342c76b36393d782188 [I 14:50:32.894 NotebookApp]...

I only did `conda update jupyter` and `conda update jupyter notebook`, but those seem in turn to have pulled in other updates. And just ensured I have the latest `clojupyter`...

@didiercrunch, maybe I am not understanding how you do step 1, "Create a new notebook using the lein-clojure kernel." What I have been doing is running `jupyter-notebook` in the `clojupyter`...

Just checking in to see if there's any news on this front, as I'm still desperately seeking a Clojure environment with the right, beginner-friendly features, which could easily be Jupyter...

@whilo I just tried following the instructions above for configuring the shortcut manually, but I don't see the "auto indent" option there at all (just "indent")... and then the kernel...

Thank you @daslu! It has a been a bit of a twisting path, but things are looking up. Some followup questions: - If I open a `.clj` file in Jupyter...