We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c9564 commit dcdbbafCopy full SHA for dcdbbaf
README.md
@@ -74,7 +74,7 @@ plt.show()
74
```python
75
lhcModel.strengths
76
```
77
-Set strengths:
+Set strengths (jupyter/ipython autocompletion hints supported):
78
79
lhcModel.strengths['on_x1'] = 140
80
lhcModel.strengths['on_x5'] = 140
@@ -86,7 +86,7 @@ a warning is issued in this case:
86
lhcModel.strengths['on_xx5_v'] = 140
87
88
```INFO:root:Creating new MAD-X strength on_xx5_v```
89
-(jupyter/ipython autocompletion hints supported)
+
90
91
### Deal with Elements:
92
0 commit comments