# how to use itk c++ in jupiter notebooks?

**URL:** https://discourse.itk.org/t/how-to-use-itk-c-in-jupiter-notebooks/3511
**Category:** Uncategorized
**Created:** [October 4, 2020, 4:46am UTC](https://discourse.itk.org/t/how-to-use-itk-c-in-jupiter-notebooks/3511 "2020-10-04T04:46:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![unicorn](https://discourse.itk.org/letter_avatar_proxy/v4/letter/u/35a633/32.png) [@unicorn](https://discourse.itk.org/u/unicorn)
#### Post date: [October 4, 2020, 4:46am UTC](https://discourse.itk.org/t/how-to-use-itk-c-in-jupiter-notebooks/3511/1 "2020-10-04T04:46:11Z")

</div>

I have recently got to know that, we can use jupyter notebooks for running c++ codes also.  
How can we import ITK into it?

---

<div class="post-metadata">

### Author: ![phcerdan](https://discourse.itk.org/user_avatar/discourse.itk.org/phcerdan/32/286_2.png) [@phcerdan](https://discourse.itk.org/u/phcerdan)
#### Post date: [October 5, 2020, 9:15am UTC](https://discourse.itk.org/t/how-to-use-itk-c-in-jupiter-notebooks/3511/2 "2020-10-05T09:15:57Z")

</div>

Unrelated to ITK, check cling and/or xeus-cling documentation on how to include external projects.

[This example with OpenCV](https://www.learnopencv.com/xeus-cling-run-c-code-in-jupyter-notebook/) might help.
