Hi, If you're loading libraries using %dep interpreter, you can clear previously loaded libraries with z.reset() call. Also, if there're always have only one paragraph for %dep, make it starts with z.reset() is good idea. for example,
%dep z.reset() z.load(....) z.load(....) Thanks, moon On Mon, Jun 22, 2015 at 2:42 AM Wood, Dean Jr (GE Oil & Gas) < dean1.w...@ge.com> wrote: > Hi, > > Found what is a possible issue loading dependencies ( which is a little > bit clunky anyway.). If I put a dependency in and make a mistake (say > z.load("org.scalalnlp:breeze_2.10:0.10”) instead of > z.load("org.scalanlp:breeze_2.10:0.10”)) it is not possible to correct that > mistake and then run the paragraph again without restarting the > interpreter. This is the case even if you haven’t run any other commands in > between this. > > Like I said, it’s a small thing but is really pretty irritating. > > Thanks > > Dean > >