This repository was archived by the owner on Jul 20, 2024. It is now read-only.
  
  
  
  
Include custom css classes #119
                  
                    
                      raissa-amaral
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 1 comment 1 reply
-
| Hi, thanks for the comment. For your specific use case you don't need to hide any cells, all the cells will be executed and only those selected with other tags like  You can also add classes like you mentioned with  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
First of all, thanks to everyone creating/maintaining this library - it is really useful to my current needs. I do have a suggestion/question though..
Is it possible to add custom css classes to the jupyter cells? Similar to what is available for https://mui.com/\but for any custom class we wish to create.
For instance, let's say I need to hide a specific cell from my dashboard, but I need it to be in the jupyter notebook, I could create a css class named "hidden" and assign it to the tag:

I've tried a few combinations but it doesn't look like this is possible at the moment, or if it is, what is the currect usage/syntax?
Thanks a lot,
Raissa
Beta Was this translation helpful? Give feedback.
All reactions