- Hands-On Data Science with Anaconda
- Dr. Yuxing Yan James Yan
- 96字
- 2021-06-25 21:08:47
Installing Octave and linking it to Jupyter
Follow these steps to install Octave:
- To install the Octavekernel linked to Anaconda, at Anaconda Prompt, we log in by issuing the Anaconda login command. Note that in order to log in, users have to register first at https://anaconda.org. After logging in to Anaconda, we could issue the following command:
pip install octave_kernel
- After we launch Jupyter and click New on the right-hand side, we can see Octave, among other languages:

- Now we can test a simple program in Octave:
x=-9:0.1:9; y=sin(x); plot(x,y)
- The related output is shown here:

推薦閱讀
- Mastercam 2017數(shù)控加工自動(dòng)編程經(jīng)典實(shí)例(第4版)
- 3D Printing with RepRap Cookbook
- Hands-On Machine Learning with TensorFlow.js
- 機(jī)艙監(jiān)測(cè)與主機(jī)遙控
- Python Data Science Essentials
- 統(tǒng)計(jì)策略搜索強(qiáng)化學(xué)習(xí)方法及應(yīng)用
- Blender Compositing and Post Processing
- Windows游戲程序設(shè)計(jì)基礎(chǔ)
- 新編計(jì)算機(jī)組裝與維修
- 網(wǎng)絡(luò)布線與小型局域網(wǎng)搭建
- 精通數(shù)據(jù)科學(xué):從線性回歸到深度學(xué)習(xí)
- 貫通開源Web圖形與報(bào)表技術(shù)全集
- 企業(yè)級(jí)Web開發(fā)實(shí)戰(zhàn)
- 運(yùn)動(dòng)控制系統(tǒng)
- Hands-On Geospatial Analysis with R and QGIS