JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.

Home Page:http://gorilla-repl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support doc / source

betabrain opened this issue · comments

commented

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

commented

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]]))

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.