File tree Expand file tree Collapse file tree 1 file changed +25
-12
lines changed Expand file tree Collapse file tree 1 file changed +25
-12
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"cell_type" : " code" ,
5
5
"execution_count" : null ,
6
- "id" : " c40a1722 " ,
6
+ "id" : " 5165fa2d " ,
7
7
"metadata" : {},
8
8
"outputs" : [],
9
9
"source" : [
526
526
"outputs" : [],
527
527
"source" : []
528
528
},
529
- {
530
- "cell_type" : " code" ,
531
- "execution_count" : null ,
532
- "id" : " 49ab1bc0-9706-4759-af26-8ee8c24f2ada" ,
533
- "metadata" : {},
534
- "outputs" : [],
535
- "source" : []
536
- },
537
529
{
538
530
"cell_type" : " markdown" ,
539
531
"id" : " ce79c50c-133e-4014-9d13-8e95bbf7fa9d" ,
563
555
" pause_annotation()"
564
556
]
565
557
},
558
+ {
559
+ "cell_type" : " markdown" ,
560
+ "id" : " d0aafb5e-3f62-4b39-bc51-a9aabca49c01" ,
561
+ "metadata" : {},
562
+ "source" : [
563
+ " We now need to install a few packages that Colab don't install automatically:"
564
+ ]
565
+ },
566
566
{
567
567
"cell_type" : " code" ,
568
568
"execution_count" : null ,
569
- "id" : " 31926022-2d1a-4726-a12a-0ea78f7a0538 " ,
569
+ "id" : " 7c1833ed-c09b-41a4-aff5-94c44989d1d8 " ,
570
570
"metadata" : {},
571
571
"outputs" : [],
572
572
"source" : [
573
- " tape.visualise(\" tape.pdf\" )"
573
+ " !apt update\n " ,
574
+ " !apt install graphviz libgraphviz-dev poppler-utils"
574
575
]
575
576
},
576
577
{
577
578
"cell_type" : " code" ,
578
579
"execution_count" : null ,
579
580
"id" : " 78e43809-5941-4ffd-a52d-c0ebe6dfb465" ,
581
+ "metadata" : {
582
+ "scrolled" : true
583
+ },
584
+ "outputs" : [],
585
+ "source" : [
586
+ " !pip install graphviz pdf2image"
587
+ ]
588
+ },
589
+ {
590
+ "cell_type" : " code" ,
591
+ "execution_count" : null ,
592
+ "id" : " 31926022-2d1a-4726-a12a-0ea78f7a0538" ,
580
593
"metadata" : {},
581
594
"outputs" : [],
582
595
"source" : [
583
- " !pip install pdf2image "
596
+ " tape.visualise( \" tape.pdf \" ) "
584
597
]
585
598
},
586
599
{
You can’t perform that action at this time.
0 commit comments