Ticket #10502 (closed: fixed)

Opened 6 years ago

Last modified 5 years ago

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:2 Changed 6 years ago by Owen Arnold

  • Owner changed from Owen Arnold to Harry Jeffery

comment:3 Changed 6 years ago by Harry Jeffery

  • Status changed from assigned to inprogress

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()
Last edited 6 years ago by Harry Jeffery (previous) (diff)

comment:5 Changed 6 years ago by Nick Draper

Move all SSC tickets to critical by default

comment:6 Changed 6 years ago by Harry Jeffery

Progress

comment:7 Changed 6 years ago by Owen Arnold

  • Blocking 9648 added

comment:8 Changed 6 years ago by Owen Arnold

  • Blocking 10825 added

comment:9 Changed 6 years ago by Owen Arnold

  • Blocking 10825 removed

comment:10 Changed 6 years ago by Owen Arnold

  • Blocking 9242 added

(In #9242) See what Harry's been doing and documenting against #10502

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:13 Changed 6 years ago by Owen Arnold

  • Status changed from verifying to closed

comment:14 Changed 6 years ago by Nick Draper

  • Keywords SSC,2014,All added; SSC removed

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.