Skip to main content
Answer

Installing Dependencies in Jupyter Notebook

  • June 18, 2024
  • 3 replies
  • 31 views

Forum|alt.badge.img+3

Can someone please suggest, how we can add additional python libraries in CDF jupyter notebook?

Best answer by Dilini Fernando

Hi @Ankit Kothawade,

To install Python packages, execute the following command: 

%pip install <package name>

3 replies

Dilini Fernando
Seasoned Practitioner
Forum|alt.badge.img+2
  • Seasoned Practitioner
  • Answer
  • June 18, 2024

Hi @Ankit Kothawade,

To install Python packages, execute the following command: 

%pip install <package name>


Forum|alt.badge.img+3

Thank You @Dilini Fernando , this worked.


Forum|alt.badge.img+3

Hello @Dilini Fernando , I am facing issue while installing libraries like - Tensorflow. 
After searching a bit, I found a weblink - Basic Usage — micropip 0.6.0 documentation (pyodide.org)

However, this method is still not working at my end.