Skip to content

Commit

Permalink
Merge pull request #3302 from NichtJens/7.x
Browse files Browse the repository at this point in the history
Variable Inspector example used a wrong callback argument signature
  • Loading branch information
jasongrout authored Dec 7, 2021
2 parents 1050695 + 492f726 commit a2a31ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/Variable Inspector.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
" self.closed = True\n",
" VariableInspectorWindow.instance = None\n",
"\n",
" def _fill(self):\n",
" def _fill(self, _result):\n",
" \"\"\"Fill self with variable information.\"\"\"\n",
" values = self.namespace.who_ls()\n",
" self._table.value = '<div class=\"rendered_html jp-RenderedHTMLCommon\"><table><thead><tr><th>Name</th><th>Type</th><th>Value</th></tr></thead><tr><td>' + \\\n",
Expand Down

0 comments on commit a2a31ce

Please sign in to comment.