shafu0x / evm-from-scratch-book

The EVM from scratch book
https://evm-from-scratch.xyz
70 stars 14 forks source link

OSError: File not found #20

Open 0x6980 opened 3 weeks ago

0x6980 commented 3 weeks ago

Check this link https://evm-from-scratch.xyz/content/07a_opcodes/03_comparisions. It seems call a file utils.ipynb which not found.

{
 "cells": [
  {
   "cell_type": "code",
   "execution_count": 12,
   "id": "2d075d2b",
   "metadata": {},
   "outputs": [],
   "source": [
    "%%capture\n",
    "%run utils.ipynb"
   ]
  },

should be delete that part of code or if necessary we should add the file utils.ipynb

same problem in https://evm-from-scratch.xyz/content/07a_opcodes/05_bit

same problem in https://evm-from-scratch.xyz/content/07a_opcodes/11_jump. (05_opcodes.ipynb not found)

same problem in https://evm-from-scratch.xyz/content/08_evm