• Kirill Smelkov's avatar
    Jupyter: --matplotlib=inline is nether supported nor needed · 837c05c6
    Kirill Smelkov authored
    @jerome added --matplotlib=inline in 48eefab5 (ipython notebook) but it is
    really neither needed:
    
       @jerome
       I remember adding this --matplotlib=inline line, but I am not sure it was
       ever needed. Using magic %matplotlib in notebook should be enough.
    
       @tiwariayush
       Yeah, for inline matplotlib in default python kernel, magics do there
       work(therefore neither pylab nor matplotlib alias are needed while starting the
       server), so I'd say leave this commit as it is and regarding version updation:
       a new patch making change wherever required.
    
    nor supported:
    
       $ cat .slappart0_ipython_notebook.log
       [W 15:51:35.454 NotebookApp] Unrecognized alias: '--matplotlib=inline', it will probably have no effect.
    
    Remove it.
    
    P.S.
    
    '--logfile' isn't available for ipython version 3.2.0 but we are not removing
    it since we are planning to upgrade IPython to versions 4.x where it is supported.
    
    Based on patch by @tiwariayush  (see nexedi/slapos!33)
    837c05c6
instance.cfg.in 4.95 KB