<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jupyter &#8211; 科技島-掌握科技新聞、科技職場最新資訊</title>
	<atom:link href="https://www.technice.com.tw/tag/jupyter/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technice.com.tw</link>
	<description>專注於科技新聞、科技職場、科技知識相關資訊，包含生成式AI、人工智慧、Web 3.0、區塊鏈、科技職缺百科、生物科技、軟體發展、雲端技術等豐富內容，適合熱衷科技及從事科技專業人事第一手資訊的平台。</description>
	<lastBuildDate>Thu, 01 Sep 2022 09:58:20 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://www.technice.com.tw/wp-content/uploads/2022/12/cropped-wordpress_512x512-150x150.png</url>
	<title>Jupyter &#8211; 科技島-掌握科技新聞、科技職場最新資訊</title>
	<link>https://www.technice.com.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Jupyter 與 Git 無法併用 將成為歷史</title>
		<link>https://www.technice.com.tw/technology/software/16872/</link>
					<comments>https://www.technice.com.tw/technology/software/16872/#respond</comments>
		
		<dc:creator><![CDATA[劉閔]]></dc:creator>
		<pubDate>Thu, 01 Sep 2022 09:58:12 +0000</pubDate>
				<category><![CDATA[雲端]]></category>
		<category><![CDATA[Fast.ai]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Jupyter]]></category>
		<category><![CDATA[nbdev2]]></category>
		<guid isPermaLink="false">https://www.technice.com.tw/?p=16872</guid>

					<description><![CDATA[<p><img width="856" height="461" src="https://www.technice.com.tw/wp-content/uploads/2022/09/1-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="1 1" decoding="async" srcset="https://www.technice.com.tw/wp-content/uploads/2022/09/1-1.jpg 856w, https://www.technice.com.tw/wp-content/uploads/2022/09/1-1-300x162.jpg 300w, https://www.technice.com.tw/wp-content/uploads/2022/09/1-1-768x414.jpg 768w" sizes="(max-width: 856px) 100vw, 856px" title="Jupyter 與 Git 無法併用 將成為歷史 4"></p>
<p>根據人工智慧研究組織 Fast.ai 開發了一款名為 nbdev2 的工具，解決了 Jupyter與 Git  &#8230;<content><!-- wp:paragraph --></p>
<p>根據人工智慧研究組織 Fast.ai 開發了一款名為 nbdev2 的工具，解決了 Jupyter與 Git 無法併用，因為原本 Jupyter 筆記本預設是不支援 Git ，不過透過nbdev2 提供一系列 Hook ，可以自動解決衝突且在 Jupyter標準環境就能使用。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>Jupyter 作為探索資料程式碼與編寫程式工具，使用者包含多數的工程師與科學家、甚至老師和學生，透過 Jupyter 將結果存成儀表板、書籍或是部落格方式，方便重複使用與分享；不過卻沒辦法使用 Git 非同步協作方法，原因在 Jupyter 筆記本所使用格式會和 Git 衝突且預設文字不相容導致。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:image {"id":16874,"sizeSlug":"full","linkDestination":"none"} --></p>
<figure class="wp-block-image size-full"><img src="https://www.technice.com.tw/wp-content/uploads/2022/09/1-1.jpg" alt="" class="wp-image-16874"/><figcaption>Jupyter專案開發並支援互動式計算產品Jupyter Notebook。（圖／翻攝自Jupyter官網）</figcaption></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:paragraph --></p>
<p>雖然這是一種常見現象且需要人工耗費大量時間手動修正，原因是 Jupyter 在使用者每次執行時，都會變更很多資料，包括協作使用者以不同順序執行Jupyter 單元格，則每一個指示單元格執行順序的序數都會因變更而發生衝突。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>這樣的情況，導致用戶在筆記本協作上遭遇挫折，官方提到，過去在併用 Jupyter 和 Git 主要遇到兩類問題，分別是 Git 衝突導致筆記本損毀，以及後設資料和輸出所造成不必要的衝突。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>Fast.ai 利用擴充機制開發出 nbdev2 來自動解決 Jupyter 加 Git 所會遇到的問題； 因若存在衝突，筆記本也可以直接在 Jupyter 中開啟，新儲存 Hook 能夠自動刪除所有不必要的後設資料和不確定的單元格輸出。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>經過 Fast.ai 內部的試用，他們提到， nbdev2 新工具已經完全改變組織內部協作流程，過去所遇到的問題都獲得解決，透過直覺方便的修正協作者將能夠在同單元格更改程式碼。（記者／劉閔）</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p><!-- /wp:paragraph --></content></p>
<p>這篇文章 <a rel="nofollow" href="https://www.technice.com.tw/technology/software/16872/">Jupyter 與 Git 無法併用 將成為歷史</a> 最早出現於 <a rel="nofollow" href="https://www.technice.com.tw">科技島-掌握科技新聞、科技職場最新資訊</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.technice.com.tw/technology/software/16872/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
