- 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:

推薦閱讀
- Unreal Engine:Game Development from A to Z
- LabVIEW虛擬儀器從入門到測(cè)控應(yīng)用130例
- 商戰(zhàn)數(shù)據(jù)挖掘:你需要了解的數(shù)據(jù)科學(xué)與分析思維
- Visual FoxPro 6.0數(shù)據(jù)庫與程序設(shè)計(jì)
- 數(shù)據(jù)庫原理與應(yīng)用技術(shù)學(xué)習(xí)指導(dǎo)
- STM32G4入門與電機(jī)控制實(shí)戰(zhàn):基于X-CUBE-MCSDK的無刷直流電機(jī)與永磁同步電機(jī)控制實(shí)現(xiàn)
- Implementing AWS:Design,Build,and Manage your Infrastructure
- Hadoop應(yīng)用開發(fā)基礎(chǔ)
- Containers in OpenStack
- Pentaho Analytics for MongoDB
- 電子設(shè)備及系統(tǒng)人機(jī)工程設(shè)計(jì)(第2版)
- 21天學(xué)通Linux嵌入式開發(fā)
- 筆記本電腦使用與維護(hù)
- 運(yùn)動(dòng)控制系統(tǒng)
- 局域網(wǎng)組建與使用完全自學(xué)手冊(cè)