<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: punisuke</title>
    <description>The latest articles on DEV Community by punisuke (@punisuke).</description>
    <link>https://dev.to/punisuke</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F351569%2F2c2af339-e2b0-4598-9b42-2a1d257b5609.png</url>
      <title>DEV Community: punisuke</title>
      <link>https://dev.to/punisuke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/punisuke"/>
    <language>en</language>
    <item>
      <title>New Command Line Tool to Generate Jupyter Notebook Template Quickly</title>
      <dc:creator>punisuke</dc:creator>
      <pubDate>Tue, 17 Mar 2020 13:29:53 +0000</pubDate>
      <link>https://dev.to/punisuke/new-command-line-tool-to-generate-jupyter-notebook-template-quickly-5ch2</link>
      <guid>https://dev.to/punisuke/new-command-line-tool-to-generate-jupyter-notebook-template-quickly-5ch2</guid>
      <description>&lt;h1&gt;
  
  
  Summary
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;With this tool, you can quickly generate your Jupyter notebook template &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;To install package, type "pip install notelate"&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;To generate notebook template, type "notelate [package name]"&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Why I developed this tool
&lt;/h1&gt;

&lt;p&gt;Jupyter notebook or Jupyter lab is very convenient tool to interacting data analysis and machine learning.&lt;br&gt;
However, I have spent a lot of time to just importing major packages(e.g. pandas, numpy) or setting up style to visualize data.&lt;/p&gt;

&lt;p&gt;If you google how to work with your template, you can find some ways to to do that.&lt;br&gt;
They need many steps...&lt;br&gt;
So, I developed this tool named "notelate"(notebook+template) to work with notebook template quickly and easily.&lt;/p&gt;
&lt;h1&gt;
  
  
  How to use it
&lt;/h1&gt;

&lt;p&gt;At First, please install notelate with below command&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;pip install notelate&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;After that, you can generate notebook template at your current directory with below command&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;notelate [package name]&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Initially, "basic" and "dark" are installed, so you can test with&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;notelate basic&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;That's it! &lt;br&gt;
Now, you realize notelate is really easy!&lt;/p&gt;

&lt;p&gt;If you want to know further(e.g. importing your original template), please visit &lt;a href="https://pypi.org/project/notelate/"&gt;PyPI https://pypi.org/project/notelate/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Finally
&lt;/h1&gt;

&lt;p&gt;Thank you for reading this article.&lt;br&gt;
This source code is available at &lt;a href="https://github.com/punisuke/notelate"&gt;github&lt;/a&gt;.&lt;br&gt;
I would appreciate star or your review.&lt;/p&gt;

&lt;p&gt;Enjoy Datascience!&lt;/p&gt;

</description>
      <category>jupyter</category>
      <category>python</category>
      <category>datascience</category>
    </item>
  </channel>
</rss>
