問題タブ [jupyter-irkernel]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - Jupyter での R ライブラリの読み込みに関する問題
ggplot2、qtlcharts、scatterD3 などの R ライブラリを jupyter ノートブックに読み込もうとしていますが、次のエラーが発生します。
エラー: 'ggplot2' のパッケージまたは名前空間の読み込みに失敗しました
誰かが同様の問題に直面しましたか? どうすれば解決できますか?
注: ライブラリを (別の CRAN ミラーを使用して) 再インストールし、現在のすべてのパッケージも更新しようとしましたが、無駄でした。
r - Jupyter Notebook RカーネルMax_Rowsオプション?
要約されている coefficeints (他の統計出力) の表があります。
R-Kernel Jupyter Notebook に完全な data.table を出力するオプション (またはハック) はありますか? pd.set_option('display.max_rows', 500)
通常の Python Jupyter Notebook で使用できるPandas オプションと同様です。
これは R 側ですか、それとも Jupyter 側ですか?