- Jupyter for Data Science
- Dan Toomey
- 121字
- 2021-07-08 09:22:35
Can you email a notebook?
In order to email your notebook, the notebook must be converted to a plain text format, sent as an attachment to the recipient, and then the recipient must convert it back to the 'binary' notebook format.
Email attachments are normally converted to a well-defined MIME (Multi-purpose Internet Mail Extension) format. There is a program available that converts the notebook format, nb2mail, which converts the notebook to a notebook MIME format. The program is available at https://github.com/nfultz/nb2mail.
Usage is as follows:
- Install nb2mail using pip command (see website)
- Convert your selected notebook to MIME format
- Send to recipient
- The recipient MIME conversion process will store the file in the correct fashion (assuming they have also installed nb2mail)
推薦閱讀
- .NET 4.0面向對象編程漫談:基礎篇
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Java持續交付
- 深入淺出DPDK
- Effective Python Penetration Testing
- 程序是怎樣跑起來的(第3版)
- Java EE 8 Application Development
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- 西門子S7-200 SMART PLC編程從入門到實踐
- Building Machine Learning Systems with Python(Second Edition)
- Building Wireless Sensor Networks Using Arduino
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Python入門很輕松(微課超值版)
- SwiftUI極簡開發
- 嵌入式C編程實戰