IPyNCL icon indicating copy to clipboard operation
IPyNCL copied to clipboard

NCAR Command Language Kernel for Jupyter/IPython

Results 4 IPyNCL issues
Sort by recently updated
recently updated
newest added

solve the problem when import locate_profile

```ncl print ("============ Min /Max Section=========") print ("============ Min /Max Section=========") print( "This is hello world!") ``` ![image](https://user-images.githubusercontent.com/9815742/143169449-a369f7d6-fd74-4564-9d95-7cdec2a8a8d7.png)

I successfully added the NCL module to Jupyterlab, but my NCL does not have any highlighting, which looks very uncomfortable. How to add highlighting in NCL code?

Hi, I did what you mentioned. But when I create a ncl script in Jupyter, the ncl kernel always die. Do you know how to solve this probelm @suvarchal ?...