David Vegh commited on
Commit
1f6da66
1 Parent(s): 8fb450a

Update ipyvizzu_demo.ipynb

Browse files
Files changed (1) hide show
  1. ipyvizzu_demo.ipynb +1 -1
ipyvizzu_demo.ipynb CHANGED
@@ -44,7 +44,7 @@
44
  "from ipyvizzu import Chart, Data, Config, Style\n",
45
  "\n",
46
  "\n",
47
- "chart = Chart(width=\"640px\", height=\"360px\")\n"
48
  ]
49
  },
50
  {
 
44
  "from ipyvizzu import Chart, Data, Config, Style\n",
45
  "\n",
46
  "\n",
47
+ "chart = Chart(width=\"640px\", height=\"360px\", display=\"begin\")\n"
48
  ]
49
  },
50
  {