notespace
notespace copied to clipboard
using your namespace as a notebook
Given: ``` (ns m4tutorials.core (:require [notespace.api])) #_(notespace.api/init-with-browser) ;;hello, this is a tutorial. (+ 2 3) ["hello world"] (def x :a) 2 ``` and a dependency on [scicloj/notespace "3-beta9"] , evaluating...
This is a very small issue that is easy to work around. It appears that `restart!`ing with `:open-browser? true` ignores `:port` and always opens a browser tab on `localhost:1903`, even...
I tried using 4-alpha-21 in leiningen via ```:repl-options``` as per the documentation but it fails with with error. As far as I can tell the problem is that : ```src/scicloj/notespace/v4/nrepl.clj```...
Hi! I still find logging backend (slj4j-timbre 0.3.21) on the path when using notespace. It goes from `org.pinkgorilla/webly "0.3.8"`
I got this error with the initial library downloads for 4-alpha-17 when I started the repl: > Could not transfer artifact org.ow2.asm:asm-tree:jar:9.0 from/to central (https://repo1.maven.org/maven2/): GET request of: org/ow2/asm/asm-tree/9.0/asm-tree-9.0.jar from...
On 'evaluate-notespace' we get this, which is not nioce. 1. Unhandled java.lang.NullPointerException (No message) note.clj: 164 notespace.note/evaluated-note note.clj: 159 notespace.note/evaluated-note core.clj: 2635 clojure.core/partial/fn context.clj: 9 notespace.context/update-note-effect context.clj: 6 notespace.context/update-note-eff
See: https://clojurians.zulipchat.com/#narrow/stream/224153-notespace-dev/topic/configure.20behaviour.20of.20.22failure.22.20of.20a.20note.20evaluation
Executing his code via clojure command line tool clj, throws exception and prevents JVM shutdown ```clojure (ns scicloj.metamorph-examples.try-exit (:require [notespace.api :as note])) (shutdown-agents) ``` without (shutdown-agents), the JVM does not...
So there's a description for what is described as `Literate DevOps` in emacs using Org mode. http://howardism.org/Technical/Emacs/literate-devops.html I'm wondering if there's possibility to use notespace with a library like https://github.com/re-ops/re-core...
functions like `notespace/init-with-browser` and `notespace/init` https://github.com/scicloj/notespace/blob/master/emacs-config.el#L32 could be better off with printing being in the echo area as opposed to at the cursor. removing the callback will suffice. ``` (defun...