Skip to main content
Solved

Installing Dependencies in Jupyter Notebook

  • 18 June 2024
  • 3 replies
  • 20 views

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

3 replies

Userlevel 4
Badge +2

Hi @Ankit Kothawade,

To install Python packages, execute the following command: 

%pip install <package name>

Badge +2

Thank You @Dilini Fernando , this worked.

Badge +2

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.

Reply