Layout changes to make PDF read better.
Mostly just shortening lines of code. There was a SymPy font render issue as well.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "",
|
||||
"signature": "sha256:00a931decd323bc4f252540ee5dd36a369b885268e890c562b4a210ea2fff34b"
|
||||
"signature": "sha256:71e5314e7d6889b41a67a2adfc7f9a248d967c2d98a94f399a428d8a11833da2"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
@@ -607,7 +607,8 @@
|
||||
" plt.ylim((0,1))\n",
|
||||
" plt.show()\n",
|
||||
"\n",
|
||||
"interact (plt_g, mu=(0,10), variance=widgets.FloatSliderWidget(value=0.6,min=0.2,max=4.5))"
|
||||
"interact (plt_g, mu=(0,10), \n",
|
||||
" variance=widgets.FloatSliderWidget(value=0.6,min=0.2,max=4.5))"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
|
||||
Reference in New Issue
Block a user