Ticket #10502 (closed: fixed)
Use Mantid with IPython Notebook
Reported by: | Owen Arnold | Owned by: | Harry Jeffery |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.3 |
Component: | Reflectometry | Keywords: | SSC,2014,All |
Cc: | Blocked By: | ||
Blocking: | #9242, #9648 | Tester: | Owen Arnold |
Description
This has been highlighted as a key quick win and relates to the SSC. I really wouldn't want to get to the end of the release without doing this (hence a blocker).
Change History
comment:1 Changed 6 years ago by Owen Arnold
- Status changed from new to assigned
- Priority changed from blocker to critical
comment:4 Changed 6 years ago by Harry Jeffery
Initial tests of simply running "ipython notebook" from "$BUILD_DIR/bin" seem promising. Loading/processing works as intended, and results can be plotted.
Simple demo for using IPython Notebook:
from mantid.simpleapi import * %matplotlib inline import matplotlib.pyplot as plt samp = Load("INTER13460") ivq, ivlam, theta = ReflectometryReductionOneAuto(samp) print "Theta = %s" % theta plt.semilogy(ivq.readY(0), label="IvQ") plt.legend()
comment:6 Changed 6 years ago by Harry Jeffery
Progress
- A 'Using IPython Notebook' page has been added to the wiki: http://www.mantidproject.org/Using_IPython_Notebook
- An example notebook has been produced and added to the download site: http://download.mantidproject.org/
comment:10 Changed 6 years ago by Owen Arnold
- Blocking 9242 added
comment:11 Changed 6 years ago by Harry Jeffery
- Status changed from inprogress to verify
- Resolution set to fixed
- Summary changed from Ipython on a server to Use Mantid with IPython Notebook
comment:12 Changed 6 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:15 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 11344
Note: See
TracTickets for help on using
tickets.