clojupyter / lein-jupyter

A Leiningen plugin to integrate clojure with jupyter notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure.repl issue

alexmemory opened this issue · comments

I had to require namespace 'clojure.repl' for commands like (doc println) to work. Example:

(ns myproject.notebook
    (:use [clojure.repl]))

Am I doing something wrong?