ModuleNotFoundError Traceback (most recent call last)
Cell In[26], line 2
1 if rich_output():
----> 2 import showast
3 showast.show_ast(triangle_ast)
ModuleNotFoundError: No module named 'showast'
To Reproduce
Steps to reproduce the behavior:
- Go to https://www.fuzzingbook.org/html/MutationAnalysis.html
- Click on
Resources in the top menu
- Click on
Edit as a Notebook
- Execute the cells until the cell 26 where you have the
import showast
ModuleNotFoundError Traceback (most recent call last)
Cell In[26], line 2
1 if rich_output():
----> 2 import showast
3 showast.show_ast(triangle_ast)
ModuleNotFoundError: No module named 'showast'
To Reproduce
Steps to reproduce the behavior:
Resourcesin the top menuEdit as a Notebookimport showast