Fix notebook that 'cannot convert' via nbdoc_build (#8333)

pull/8336/head
William FH 12 months ago committed by GitHub
parent 9eb7e6e27f
commit 412e29d436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "984a8fca",
"metadata": {},
@ -16,7 +15,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "f6593089",
"id": "0196a12d-f716-4622-84e4-86fc27fa797c",
"metadata": {},
"outputs": [],
"source": [
@ -27,7 +26,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "6f21f0a4",
"id": "b4058942-c31f-45c6-8bb7-30402f6cc193",
"metadata": {},
"outputs": [],
"source": [
@ -37,9 +36,16 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "7ebbbaea",
"id": "b1bcfa15-ff35-49bf-a986-c40eec3b65fb",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Python REPL can execute arbitrary code. Use with caution.\n"
]
},
{
"data": {
"text/plain": [
@ -57,9 +63,11 @@
},
{
"cell_type": "code",
"execution_count": null,
"id": "54fc1f03",
"metadata": {},
"execution_count": 4,
"id": "488542d8-5566-4f28-aaf7-b28a3373ab62",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"# You can create the tool to pass to an agent\n",
@ -87,7 +95,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.11.2"
}
},
"nbformat": 4,

Loading…
Cancel
Save