altered velocity covariance position #320

This commit is contained in:
Roger Labbe
2020-05-04 15:00:24 -07:00
parent 4308372241
commit aeb79fb811
5 changed files with 179 additions and 237 deletions

View File

@@ -140,4 +140,8 @@ def set_style():
}
</style>
'''
jscript = '''
%%javascript
IPython.OutputArea.auto_scroll_threshold = 9999;
'''
return HTML(style)