Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: File not found #20

Open
0x6980 opened this issue Aug 17, 2024 · 0 comments
Open

OSError: File not found #20

0x6980 opened this issue Aug 17, 2024 · 0 comments

Comments

@0x6980
Copy link

0x6980 commented Aug 17, 2024

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

@0x6980 0x6980 changed the title OSError: File 'utils.ipynb' not found in content/07a_opcodes /03_comparisions.ipynb OSError: File not found Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant