File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
other/materials_designer/specific_examples Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9595 {
9696 "cell_type" : " markdown" ,
9797 "source" : [
98- " ### 1.3. Get input material"
98+ " ### 1.3. Get input material\n " ,
99+ " In this notebook we will use materials from Standata."
99100 ],
100101 "metadata" : {
101102 "collapsed" : false
106107 "cell_type" : " code" ,
107108 "outputs" : [],
108109 "source" : [
109- " from utils.jupyterlite import load_material_from_folder \n " ,
110- " \n " ,
111- " material = load_material_from_folder( \" uploads \" , \" TiN\" )"
110+ " from mat3ra.made.material import Material \n " ,
111+ " from mat3ra.standata.materials import Materials \n " ,
112+ " material = Material(Materials.get_by_name_first_match( \" TiN\" ) )"
112113 ],
113114 "metadata" : {
114115 "collapsed" : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments