Cách khắc phục lỗi “IOPub data rate exceeded in Jupyter notebook”
Cách khắc phục lỗi “IOPub data rate exceeded in Jupyter notebook” Gõ câu lệnh sau trong cmd: jupyter notebook –NotebookApp.iopub_data_rate_limit=1.0e10
Cách khắc phục lỗi “IOPub data rate exceeded in Jupyter notebook” Gõ câu lệnh sau trong cmd: jupyter notebook –NotebookApp.iopub_data_rate_limit=1.0e10
Câu Lệnh Trong Jupyter NoteBook Khởi tạo Jupyter Notebook: jupyter notebook (thực hiện ngoài cmd) Kiểm tra version Jupyter Notebook: jupyter –version (thực hiện ngoài cmd) Bấm phím H sẽ hiển thị các lệnh tắt: Bấm phím Shift + Tab để hiển thị cú pháp: Bấm phím Tab để hiển thị gợi ý biến/ …
Thay Đổi Thư Mục Mặc Định Khi Mở Jupyter NoteBook Thực hiện: Tìm và mở file: C:\Users\username\.jupyter\jupyter_notebook_config.py Tìm dòng: c.NotebookApp.notebook_dir = ‘/the/path/to/home/folder/’ Nhớ bỏ dấu # (nếu có) đứng trước dòng: c.NotebookApp.notebook_dir Thay thế dòng màu xanh để thay đổi thư mục mặc định. Ví dụ: “D:\Bai_tap_Python” Như vậy, code hoàn chỉnh là: c.NotebookApp.notebook_dir = …