JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
888 stars 104 forks source link

Support doc / source #264

Closed betabrain closed 7 years ago

betabrain commented 7 years ago

I find (doc ...) and (source ...) very convenient for quickly looking stuff up. Unfortunately they don't work in Gorilla.

betabrain commented 7 years ago

Is there a way to automatically extend the default workbook as follows on startup:

(ns khaki-grove
  (:require [gorilla-plot.core :as plot])
  (:use [clojure.repl :only [doc source]]))
benfb commented 7 years ago

I would generally like to avoid adding more imports to everyone's code automatically. If you find a way to make this an option/config flag, let me know--it does seem useful.