- Jupyter for Data Science
- Dan Toomey
- 78字
- 2021-07-08 09:22:36
Malicious content
The other aspect of security is to make sure the contents of your notebooks are not malicious. You should make sure your notebook is safe, as follows:
- Ensure that HTML is sanitized (looking for malicious HTML coding and subverting it)
- Do not allow your notebook to execute external JavaScript
- Check cell contents that may be malicious are challenged in a server environment
- Sanitize output of cells so as not to produce unwanted effects on user machines
推薦閱讀
- Docker技術入門與實戰(第3版)
- HBase從入門到實戰
- Web Application Development with R Using Shiny(Second Edition)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Visual Basic程序設計與應用實踐教程
- 利用Python進行數據分析(原書第3版)
- jQuery Mobile移動應用開發實戰(第3版)
- Android應用開發深入學習實錄
- UI設計基礎培訓教程(全彩版)
- scikit-learn Cookbook(Second Edition)
- Modular Programming with JavaScript
- Wearable:Tech Projects with the Raspberry Pi Zero
- SaaS攻略:入門、實戰與進階
- Twitter Bootstrap Web Development How-to
- Java 開發從入門到精通