Need to handle all of the colon-meta commands (:load, ...) from --repl

Issue #145 resolved
Doug Blank created an issue

Need to refactor to use Keith's :lang, :load, etc from the Runtime.cs so that those can be run in ipython mode too.

Comments (4)

  1. Doug Blank reporter

    Prefix was changed in --repl commandline to be "%". Now, I think we just need to reconcile "%run file" from Notebook with "%load file" in --repl. IPython uses "%run file" so we should probably use that.

  2. Log in to comment